scrimba
Redux Fundamentals With React
Building the Store
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Building the Store
AboutCommentsNotes
Building the Store
Expand for more info
store
index.js
run
preview
console
// npm install redux 
// npm install react-redux


// yarn add redux
// yarn add react-redux
Console
index.html
-1:58