Skip to content

Instantly share code, notes, and snippets.

@katemalone
Last active October 21, 2019 21:34
Show Gist options
  • Save katemalone/605403e49de644690acad2a567abaf58 to your computer and use it in GitHub Desktop.
Save katemalone/605403e49de644690acad2a567abaf58 to your computer and use it in GitHub Desktop.
React Redux

Install a few packages to get the app up and running with Redux.


npm i redux react-redux redux-devtools-extension -S


redux - Allows us to have access to using Redux in our app. react-redux - Allows us to connect our react components to our Redux store. redux-devtools-extension - Useful for debugging in our devtools!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment