day8 / re-frame-10x

A debugging dashboard for re-frame. X-ray vision as tooling.
MIT License
634 stars 68 forks source link

REPL commands for Subs window #205

Closed Gregg8 closed 11 months ago

Gregg8 commented 6 years ago

Sometimes there is data in our apps that is not easily accessible (or completely inaccessible) from fn-traced events in the Event tab.

Mostly likely however, the data is right there in the Subs tab.

Would be great to have a little repl button next to each sub so we can move that hard-to-get data object into our ClojureScript REPLs for some wrangling (or perhaps strangling).

Another nice feature of this would be the reduced need to mark up an event with fn-traced to get at certain data on occasions, I think.