-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
I did not find any particular place where custom monitor ideas are tracked, so i'm adding it here.
selectors are part of popular redux best practices
While it's pretty easy to inspect the store tree with redux-devtool (via chart or monitor), I still find complex to inspect and debug my selectors, which is required when selectors get complex.
For instance, I often find my self dropping <JSONTree />
with the output of some selectors in the middle of a component to debug the selectors.
The same way it's possible to register the app's action creators, and trigger them from the dev-tool, I think we could register the selectors and have a custom monitor to inspect the output of those selectors.
saltycrane, burtyish, janukobytsch, pkt-zer0, abosshard and 31 more