This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-07-06
Channels
- # admin-announcements (2)
- # boot (51)
- # bristol-clojurians (1)
- # capetown (14)
- # cider (4)
- # cljs-dev (3)
- # cljsrn (23)
- # clojure (76)
- # clojure-gamedev (2)
- # clojure-germany (2)
- # clojure-greece (2)
- # clojure-hk (5)
- # clojure-poland (1)
- # clojure-quebec (3)
- # clojure-russia (19)
- # clojure-spec (7)
- # clojure-sweden (10)
- # clojure-uk (77)
- # clojurescript (42)
- # clojurex (5)
- # core-async (40)
- # cursive (12)
- # datomic (58)
- # editors (1)
- # events (1)
- # heroku (1)
- # hoplon (4)
- # jobs (6)
- # jobs-discuss (1)
- # ldnclj (2)
- # lein-figwheel (1)
- # leiningen (5)
- # om (66)
- # onyx (51)
- # other-languages (80)
- # proton (20)
- # protorepl (12)
- # quil (3)
- # re-frame (3)
- # reagent (18)
- # spacemacs (14)
- # untangled (78)
- # yada (16)
Probably a form 3 component https://github.com/Day8/re-frame/wiki/Creating%20Reagent%20Components
@danielcompton: if all three forms produce "just react components" why would it matter which form was used to create?
Was just thinking you might want more control which the form 3 gives you
But it doesn’t matter if the others work for you
@johanatan: it should work fine. You can use (reagent.core/as-element [your-component])
and pass that to other javascript
Is there a standard way of doing css in clojurescript/reagent? Do I write css/less/sass and include them in html or define styles in cljs file and include them in each component inline?
and yeah I just include them in my html. haven't gotten around to getting them to autoreload with figwheel.