https://github.com/olical/cljs-todo
Simple ClojureScript to do list example using Reagent and Bonsai
https://github.com/olical/cljs-todo
Last synced: 4 months ago
JSON representation
Simple ClojureScript to do list example using Reagent and Bonsai
- Host: GitHub
- URL: https://github.com/olical/cljs-todo
- Owner: Olical
- License: epl-1.0
- Created: 2017-09-10T12:05:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-10T12:36:36.000Z (almost 8 years ago)
- Last Synced: 2025-01-05T02:10:36.943Z (5 months ago)
- Language: Clojure
- Size: 18.6 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ClojureScript todo
A super simple (and ugly) todo list application. Demonstrating rendering with [Reagent][] and state management with [Bonsai][].
Start up the development server with `lein figwheel`. You can watch the recording of the development on [YouTube][video]. I streamed it on [my twitch channel][channel].
[reagent]: https://reagent-project.github.io/
[bonsai]: https://github.com/Olical/bonsai
[video]: https://www.youtube.com/watch?v=NnXOGWttgOA
[channel]: https://www.twitch.tv/olliemakesthings