microsoft / redux-micro-frontend

This is a library for using Redux to manage state for self-contained apps in a Micro-Frontend architecture. Each self-contained isolated app can have its own isolated and decoupled Redux store. The componentized stores interact with a global store for enabling cross-application communication.
MIT License
344 stars 64 forks source link

[Suggestion] - Adding a Redux Debugger tool will make the Debugging easier #1

Closed deepakparamesh closed 3 years ago

deepakparamesh commented 3 years ago

Adding a opensource Debugger Tool like Redux Devtools will make the debugging job easier.

For more info about the Redux Devtools Please Visit : https://github.com/zalmoxisus/redux-devtools-extension#usage

The Image shows the experimentation after running your sample Application with the debugger tool integrated.

image