This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-12
Channels
- # bangalore-clj (1)
- # beginners (10)
- # boot (5)
- # cljs-dev (47)
- # cljsrn (19)
- # clojure (57)
- # clojure-russia (63)
- # clojure-spec (26)
- # clojure-uk (7)
- # clojurescript (104)
- # cursive (26)
- # data-science (2)
- # datomic (1)
- # dirac (1)
- # hoplon (11)
- # juxt (23)
- # off-topic (16)
- # om (6)
- # onyx (3)
- # parinfer (2)
- # protorepl (2)
- # re-frame (1)
- # ring-swagger (1)
- # untangled (2)
@dnolen started an experimental branch of Om with JS module support for React & React DOM https://github.com/anmonteiro/om/tree/js-modules
still need to add some externs to solve some advanced compilation oddities, but working great with this demo: https://github.com/anmonteiro/js-modules-demo
@anmonteiro wow cool 馃檪
yeah! working great so far with :none
, some issues around events with :advanced
. Just need to dig through React's source to find out which additional externs need to be added
@dnolen oh and this was tested with my :file-min
patch to ClojureScript too, consuming both React
and ReactDOM
I found no problems so far
still need to get around to testing other (minified) libraries besides React