Internally, React Redux uses React’s “context” feature to make the Redux store accessible to deeply nested connected components. … Provider> to put the Redux store and the current store state into context, and connect uses <ReactReduxContext. Consumer> to read those values and handle updates.