Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redux Devtools integration #3

Open
mariosanchez opened this issue Oct 15, 2019 · 0 comments
Open

Redux Devtools integration #3

mariosanchez opened this issue Oct 15, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@mariosanchez
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant