/README.md

https://github.com/gadfly361/cljs-todomvc · Markdown · 37 lines · 29 code · 8 blank · 0 comment · 0 complexity · 9810cb176be02aa56a58499762e63bf5 MD5 · raw file

  1. # Clojurescript TodoMVC Examples by Library
  2. - [**Bract** + ClojureScript](https://github.com/bract/demo.todomvc)
  3. - [clojurescript](https://github.com/dfuenzalida/todo-cljs)
  4. - [**Hoplon**](https://github.com/hoplon/demos/tree/master/todoFRP)
  5. - [**Om**](https://github.com/swannodette/todomvc/tree/gh-pages/labs/architecture-examples/om)
  6. - [Om || Reagent + **Ampere**](https://github.com/condense/ampere/tree/master/examples/todomvc)
  7. - [**Om Next**](https://github.com/swannodette/om-next-demo)
  8. - [Om Next + **Untangled**](https://github.com/untangled-web/untangled-todomvc)
  9. - [Om Next + Datascript + Datomic](https://github.com/madvas/todomvc-omnext-datomic-datascript)
  10. - [**Precept**](https://github.com/CoNarrative/precept/tree/master/examples/todomvc)
  11. - [**Reagent**](https://github.com/reagent-project/reagent/tree/master/examples/todomvc)
  12. - [Reagent + **Carry**](https://github.com/metametadata/carry/tree/master/examples/todomvc)
  13. - [_Reagent + Datascript + **Posh**_](https://github.com/mpdairy/posh-todo)
  14. - [_Reagent + Elm Architecture_ (Re-alm)](https://github.com/vbedegi/re-alm/tree/master/examples/todomvc)
  15. - [Reagent + **Keechma**](https://github.com/keechma/keechma-todomvc)
  16. - [Reagent + **Re-frame**](https://github.com/Day8/re-frame/tree/master/examples/todomvc)
  17. - [Reagent + **Re-frankenstein**](https://github.com/chpill/re-frankenstein/tree/master/examples/todomvc)
  18. - [**Rum** + **Datascript**](https://github.com/tonsky/datascript-todo)
  19. - [**Quiescent**](https://github.com/levand/todomvc/tree/gh-pages/architecture-examples/quiescent)
  20. - [Vdom](https://github.com/sj4/todomvc)
  21. **Bold** = by author of library
  22. *Italics* = Not quite a TodoMVC example, but still a todo example
  23. # Contributing
  24. Please file an issue if:
  25. * An example should be removed.
  26. * An example should be replaced with a different example.
  27. Please send a pull request if:
  28. * You'd like to add an example of a new library.
  29. * You'd like to add an example of an existing library showing something new (such as the use of datascript)