Skip to content

[custom monitor idea] Selectors debugger #352

@alexstrat

Description

@alexstrat

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions