Skip to content

Instantly share code, notes, and snippets.

@burhanloey
Created November 2, 2017 08:09
Show Gist options
  • Save burhanloey/5ca0e0a530bae06a9130b2092fe188ba to your computer and use it in GitHub Desktop.
Save burhanloey/5ca0e0a530bae06a9130b2092fe188ba to your computer and use it in GitHub Desktop.
Reagent component to display app-state
(defn log []
[:pre [:code (with-out-str (cljs.pprint/pprint @app-state))]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment