Internally, React Redux uses React’s “context” feature to make the Redux store accessible to deeply nested connected components . As of React Redux version 6, this is normally handled by a single default context object instance generated by React.
Read moreIs Context API replacing Redux?
Sometimes Redux is overkill for simple applications, even with Redux Toolkit. Context, on the other hand, is not a replacement for Redux .
Read more