From 9b5cf4daeac9327b5e27f6316a73dab378850ec9 Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Thu, 25 Jan 2018 21:51:35 +1300 Subject: [PATCH] Update Inspecting-app-db.md --- docs/FAQs/Inspecting-app-db.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/FAQs/Inspecting-app-db.md b/docs/FAQs/Inspecting-app-db.md index b22e15d..93d9727 100644 --- a/docs/FAQs/Inspecting-app-db.md +++ b/docs/FAQs/Inspecting-app-db.md @@ -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.