Quick Start
Last updated
Was this helpful?
Last updated
Was this helpful?
is the official binding for . It lets your React components read data from a Redux store, and dispatch actions to the store to update data.
React Redux 7.x requires React 16.8.3 or later.
To use React Redux with your React app:
or
You'll also need to and in your app.
Provider
React Redux provides <Provider />
, which makes the Redux store available to the rest of your app:
connect()
React Redux provides a connect
function for you to connect your component to the store.
Normally, you’ll call connect
in this way:
The of the is our official resource for all questions related to learning and using Redux. Reactiflux is a great place to hang out, ask questions, and learn - come join us!
You can also ask questions on using the .