Fork me on GitHub
#om
<
2016-11-12
>
anmonteiro12:11:25

@dnolen started an experimental branch of Om with JS module support for React & React DOM https://github.com/anmonteiro/om/tree/js-modules

anmonteiro12:11:18

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

anmonteiro17:11:41

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

anmonteiro17:11:22

@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

anmonteiro17:11:30

still need to get around to testing other (minified) libraries besides React