This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-06-01
Channels
- # announcements (2)
- # babashka (10)
- # beginners (133)
- # calva (28)
- # cestmeetup (1)
- # chlorine-clover (31)
- # cider (21)
- # clj-kondo (29)
- # cljs-dev (252)
- # clojure (60)
- # clojure-europe (24)
- # clojure-nl (3)
- # clojure-spec (13)
- # clojure-uk (17)
- # clojurescript (47)
- # conjure (20)
- # datascript (2)
- # datomic (4)
- # figwheel-main (4)
- # fulcro (71)
- # helix (16)
- # jobs (1)
- # meander (56)
- # mount (1)
- # off-topic (15)
- # pathom (25)
- # re-frame (17)
- # reagent (5)
- # remote-jobs (1)
- # shadow-cljs (92)
- # sql (10)
- # tools-deps (71)
- # xtdb (14)
@lilactown sounds like what you said assumes that the user can only go via the macro, but what when the user needs to call the thing with apply
? IME we will always need to non-macro version, runtime calls are non avoidable in some cases
the bandaid you mention can be just the solution IMO (just use that on styles as-is)
this thing with the apply caught me regularly until it clicked finaly and I could use it, but I guess that was because I was new to cljs+react
this is why I never liked jsx, I always believed that keeping the original createElement function semantics is important