Update Inspecting-app-db.md
This commit is contained in:
parent
5ec86689cc
commit
9b5cf4daea
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue