Skip to content

Instantly share code, notes, and snippets.

/common.cljs Secret

Created February 19, 2018 05:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/c3e591259303ade8efa0e1bef284f7f7 to your computer and use it in GitHub Desktop.
Save anonymous/c3e591259303ade8efa0e1bef284f7f7 to your computer and use it in GitHub Desktop.
(rf/reg-sub
:dashboard
(fn [db _]
(get db/default-db :state)))
(defn dev-dashboard []
(let [dashboard (rf/subscribe db/default-db)]
(fn []
[:div
(pr-str @dashboard)])))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment