React Redux API
Official React bindings for Redux, enabling React components to interact with a Redux store. Provides hooks (useSelector, useDispatch, useStore) and a Provider component for connecting the Redux store to the React component tree. React Redux ensures that components only re-render when the pieces of state they subscribe to change.