This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-07-23
Channels
- # announcements (2)
- # beginners (165)
- # boot (11)
- # cider (11)
- # clj-kondo (7)
- # cljdoc (1)
- # cljsrn (5)
- # clojure (120)
- # clojure-dev (21)
- # clojure-europe (3)
- # clojure-france (1)
- # clojure-italy (62)
- # clojure-nl (8)
- # clojure-spec (26)
- # clojure-uk (40)
- # clojuredesign-podcast (1)
- # clojurescript (3)
- # cursive (2)
- # data-science (2)
- # datomic (10)
- # emacs (2)
- # figwheel-main (1)
- # fulcro (17)
- # graphql (5)
- # hoplon (5)
- # jackdaw (15)
- # jobs (2)
- # juxt (1)
- # luminus (5)
- # off-topic (1)
- # onyx (11)
- # pathom (4)
- # pedestal (1)
- # re-frame (4)
- # reagent (11)
- # reitit (1)
- # remote-jobs (5)
- # shadow-cljs (48)
- # spacemacs (2)
- # specter (4)
- # sql (24)
- # tools-deps (25)
- # vim (82)
Is reagent leiningen only?
@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.
Ah sorry yeah I managed to get it working with deps.edn no problem!
This might be a bit misleading on the main repo - it says leiningen is a prerequisite
thats why I asked just to make sure, but I figured it out 🙂
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.
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.
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.