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

feat: integrate redux-devtools for developer debugging #949

Merged
merged 5 commits into from
Nov 23, 2020

Conversation

liangyuanruo
Copy link
Contributor

@liangyuanruo liangyuanruo commented Nov 23, 2020

Problem

Closes #140

Solution

Install redux-devtools from Chrome Web Store.

Utilise the redux-devtools-extension library to integrate extension into the application.

Features:

Frontend debugging

  • Observe store state
  • See dispatched actions
  • Stack trace
  • Time travel

image

Deploy Notes

New dependencies:

  • redux-devtools-extension : Simple library to integrate redux-devtools to Redux

Copy link
Contributor

@LoneRifle LoneRifle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@liangyuanruo liangyuanruo merged commit 0b0ec52 into develop Nov 23, 2020
@liangyuanruo liangyuanruo deleted the feat/redux-devtools branch November 23, 2020 14:12
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.

Integrate Redux DevTools on Dev Environment
2 participants