Redux
Bernadette Elena Hammerle edytuje tę stronę 3 lat temu

React Redux

Install

npm install react-redux

Steps

  • create the folders src/redux and src/redux/reducers
  • create the store: src/redux/store.js
  • create the basic reducer: src/redux/reducers/index.js
  • wrap a provider with the store around the App in the index.js