Core Redux API
Learn how to implement Redux state-management into your application by learning the core methods of the Redux API.
StartKey Concepts
Review core concepts you need to learn to master this subject
Installing Redux
Create the Redux Store
The getState()
Method
The dispatch()
Method
The subscribe()
Method
Action Creators
Slices
The combineReducers()
Function
Installing Redux
Installing Redux
npm install redux
The redux
package is added to a project by first installing it with npm
.
Some of the resources imported from redux
are:
createStore
combineReducers
Intro to the Core Redux API
Lesson 1 of 2
What you'll create
Portfolio projects that showcase your new skills
How you'll master it
Stress-test your knowledge with quizzes that help commit syntax to memory