Skip to content

Redux Devtools integration #3

@mariosanchez

Description

@mariosanchez

Now we are logging in the console all activity related with events, effects and coeffects.

Maybe would be nice to implement an integration with Redux dev tools that might enable us to log this data in this tool if installed (and behave as we do now as a fallback).

This also will enable us to create effects with an specific integration with this extension. I.e. if we have an effect for mutate the reffects-store state, we could have an historic of the mutations againts it and know the current values of properties in this state, that will provide us with usefull data in developement.

This is the API reference of the devtools:
https://github.com/zalmoxisus/redux-devtools-extension/tree/master/docs/API

Also, we have already done some POC to know if it is possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions