Fork me on GitHub
#om
<
2015-11-14
>
thosmos02:11:00

Yeah, I really appreciate your community minded approach to developing this stuff, @dnolen

griffio10:11:54

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.🚀

oliver.holworthy15:11:40

@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]

dnolen15:11:20

@oholworthy: good catch, feel free to fix