Connect to React with React Redux
Learn to access the Redux store to retrieve data and dispatch actions througout your applications using the react-redux package.
StartKey Concepts
Review core concepts you need to learn to master this subject
react-redux Package
Install react-redux
The Provider Component
The useSelector() Hook
The useDispatch() Hook
Selectors
react-redux Package
react-redux Package
The react-redux
package, the official Redux-UI binding package for React, lets your React components interact with a Redux store without writing the interaction logic yourself. This allows an application to rely on Redux to manage the global state and React to render the UI based on the state.
Interactions may include reading data from a Redux store and dispatching actions to the store.
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