You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: