Fork me on GitHub
#reagent
<
2019-07-23
>
Ashley Smith10:07:22

Is reagent leiningen only?

oconn11:07:05

@ashley Nope, you can use lien to help generate / build / test / manage deps / deploy your project. You could also do the same with other tooling like boot or even deps.edn + clojure cli.

Ashley Smith11:07:23

Ah sorry yeah I managed to get it working with deps.edn no problem!

oconn11:07:55

No worries. That’s how I manage my projects these days as well

Ashley Smith11:07:03

This might be a bit misleading on the main repo - it says leiningen is a prerequisite

Ashley Smith11:07:10

thats why I asked just to make sure, but I figured it out 🙂

oconn11:07:12

Yeah - does seem a bit misleading

FiVo13:07:33

Has anybody used reagent.forms with some dynamic component? Is this even possible?

jsa-aerial14:07:57

May depend on what you mean by 'dynamic component'. I've used it with Vega/Vega-Lite dynamic visualizations and CodeMirror fully active editor panels. Must use form 3 for these, but works just fine.

FiVo09:07:08

From what I understand, the reagent.from needs to be datastructure (def) and cannot be a function. So the form is essentially static. I was wondering if anybody has found a workaround to this issue.

jsa-aerial14:07:57

May depend on what you mean by 'dynamic component'. I've used it with Vega/Vega-Lite dynamic visualizations and CodeMirror fully active editor panels. Must use form 3 for these, but works just fine.