ClojureScript experience report: Resources
Thanks to everyone who came out to the Triangle Clojure Users Group for my talk last night. It was great to see all the enthusiasm for ClojureScript.
For those that want to dig in further, here are the resources I mentioned:
- One Rep Max — an open source ClojureScript app; the source of the experience behind this “experience report”
- ClojureScript One
- one.dispatch — event dispatching library
- Design mode
- Domina — DOM manipulation library
- Converting from JSON to Clojure data and vice versa
js->clj
(from cljs.core)clj->js
(from Chris Granger’s fetch library)
- Shoreleave — up-and-coming collection of ClojureScript libraries
- ClojureScript: Up and Running — soon-to-be-beta book from Stuart Sierra and Luke VanderHart
Enjoy!