This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-11-14
Channels
- # admin-announcements (1)
- # beginners (7)
- # boot (30)
- # clara (1)
- # cljs-dev (3)
- # clojure (57)
- # clojure-austin (2)
- # clojure-conj (3)
- # clojure-dev (11)
- # clojure-russia (84)
- # clojurescript (105)
- # data-science (1)
- # devcards (1)
- # editors (4)
- # editors-rus (2)
- # hoplon (119)
- # immutant (1)
- # lein-figwheel (5)
- # off-topic (4)
- # om (6)
- # re-frame (75)
- # reagent (5)
Yeah, I really appreciate your community minded approach to developing this stuff, @dnolen
If it helps anyone new, I pulled together a 'simple' drag'n drop list example in one cljs. https://github.com/griffio/om-next-03 Initially loading data by xhr then updates performed locally to the state. Aiming to make it as concise as possible, showing reads/mutation, computed etc - any improvements welcome as it may help someone get up to speed quicker.🚀
@dnolen: There's a reference to om.next/normalize
that I think should now be om.next/tree->db
on the following wiki page: https://github.com/omcljs/om/wiki/Remote-Synchronization-Tutorial [https://github.com/omcljs/om/commit/d89e99c2a60bfca1c1fc43be260a7653857e3f0d]
@oholworthy: good catch, feel free to fix
updated