Skip to content

Instantly share code, notes, and snippets.

@colinf
Last active July 13, 2016 15:57
Show Gist options
  • Save colinf/5e2568441c1f3fa9821d to your computer and use it in GitHub Desktop.
Save colinf/5e2568441c1f3fa9821d to your computer and use it in GitHub Desktop.
Defining the reconciler and adding a dom root for it to control ( see http://bit.ly/29EyV1D )
(def reconciler
(om/reconciler {:state {:threads (reduce threads [] raw-data)}
:parser (om/parser {:read read})}))
(om/add-root! reconciler
ChatApp
(gdom/getElement "app"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment