Update Inspecting-app-db.md

This commit is contained in:
Daniel Compton 2018-01-25 21:51:35 +13:00 committed by GitHub
parent 5ec86689cc
commit 9b5cf4daea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ If at a REPL, inspect: `re-frame.db/app-db`.
If at the js console, that's `window.re_frame.db.app_db.state`.
If you want a visual browser of app-db, along with inspecting subpaths of app-db, and diffing changes, use [re-frame-trace](https://github.com/Day8/re-frame-trace).
You are [using cljs-devtools](https://github.com/binaryage/cljs-devtools), right?
If not, stop everything and immediately make that happen.