An example of how I use datascript with om.next (alpha1)
Has a bit more stuff than the datascript integration page on omcljs/om's wiki. Currently not very DRY (code duplication).
I may include more stuff as I spend more time with both om and datascript.
- Nesting components
- Updating entities
- Different controls for the same data
Run: lein run -m clojure.main script/figwheel.clj
Open browser at: localhost:3449/index.html
Edit code and see changes reflected immediately.