Skip to content

Instantly share code, notes, and snippets.

@ul
Last active August 29, 2015 14:04
Show Gist options
  • Save ul/068900c9cf733f8db400 to your computer and use it in GitHub Desktop.
Save ul/068900c9cf733f8db400 to your computer and use it in GitHub Desktop.
SOwS3
(om/root app app-state {:target (js/document.getElementById "app")
:tx-listen (fn [{:keys [old-state new-state]} _]
(send-patch! old-state new-state))}
(add-watch app-state :sync (fn [_ _ old new]
(send-patch! old new)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment