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

Added Redux DevTools Extension #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jdnordy
Copy link

@jdnordy jdnordy commented Apr 24, 2020

PROBLEM

Currently, the application is only using redux-logger in development to track state changes for debugging purposes.

SOLUTION

Added dependency redux-devtools-extension which enables the use of a GUI when working with redux in development.

TRADE-OFFS

Redux devtools extension does require a browser extension to be installed in order to use, so it's not as light weight as redux-logger. But, the GUI is much nicer and easier to work with. One of my favorite features is the timeline where you can go back to previous views by reverting state changes.
**suggestion: to include and suggest the browser redux devtool extension download. Yet still leave in redux-logger. This way, the dev can choose what debugger tool that want to work with.

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

Successfully merging this pull request may close these issues.

None yet

1 participant