Fork me on GitHub
#om
<
2015-08-04
>
isak15:08:04

is it possible to create a cursor to a place in the app state that does not exist yet?

dnolen15:08:33

@isak: not out of the box

troyclevenger20:08:42

Has anyone tried storing defrecords in their app state? I'm getting problems with the cursor masking access to my protocol. -value works, but then I lose the benefits of cursors. Is there a way to do this and play nicely with cursors?

joshg22:08:31

Does the Intermediate Tutorial still describe the current best method to synchronize app state with Datomic? I know this will change with Om.Next but my understanding is that it won’t be finalized until this fall.