5 ms·
There are actually two main React libraries for ClojureScript, Om[1] and Reagent[2]. There are also other libraries for doing the templating if you prefer hiccu
by vmind 13y ago
There are actually two main React libraries for ClojureScript, Om[1] and Reagent[2]. There are also other libraries for doing the templating if you prefer hiccup[3] or enlive[4] style templates, which I find a bit more readable than straight function calls.
Overall though, React seems to be shaping up as a great solution for building reactive templates that isn't tied into larger frameworks like the solutions within AngularJS or Ember.js.
[1]: https://github.com/swannodette/om https://github.com/swannodette/om
[2]: https://github.com/holmsand/reagent https://github.com/holmsand/reagent
[3]: https://github.com/r0man/sablono https://github.com/r0man/sablono
[4]: https://github.com/ckirkendall/kioo https://github.com/ckirkendall/kioo