The react-redux package provides the official React bindings for Redux: the `useSelector` and `useDispatch` hooks and the `connect` higher-order component. Use this tag for questions about accessing and updating Redux state in React components.
React Redux is a library that contains React bindings for Redux. Redux defines itself as a predictable state container for JavaScript apps. Redux works especially well with React.
Resources
Related tags
Redux enhancers:
redux-thunk redux-toolkit redux-saga redux-persist
Alternatives to Redux: