This is a small repo to evaluate ReactJS interfaces in ClojureScript during our clojure.tokyo meetup sessions. The most popular interfaces are Om and Reagent but there are other libraries we can try and compare:
- Om: https://github.com/omcljs/om
- Reagent: https://github.com/reagent-project/reagent
- Quiescent: https://github.com/levand/quiescent
- Rum: https://github.com/tonsky/rum
- Brutha: https://github.com/weavejester/brutha
Here is a list of other links and resources we might want to check:
- Gist: Todos Example - Om + Om-Tools vs. Reagent
- GitHub Repo: Chestnut - Application template for Clojure + ClojureScript web apps
- Blog article: Om vs Reagent vs Quiescent, Converting to Om
- Reddit post: ClojureScript/React - Reagent vs. Om?
- Reddit post: What is your favorite React.js interface for Clojurescript?