Fork me on GitHub
#clojurescript
<
2015-07-11
>
steveb8n04:07:25

@dnolen: thanks for a great Euroclojure talk! I’m future-proofing my new project by staying current with om.next’s evolution and building apis in roughly the same shape. One question: how will it handle the equivalent of a reference cursor today? In that scenario, the ui compoments pull fragment has the shape of the derived data, not the underlying state data. Would the reconciler be where this is translated when reading cached state or from a remote service?

dnolen15:07:46

@steveb8n: reference cursors won’t exist, it will be up to you to make that work by providing an appropriate store if you want that capability.

dnolen15:07:37

the store can route the keys basically giving you the ability to join in whatever you like