There is no difference between using Redux or Redux Toolkit in regards to React. That is the separate react-redux package you have to use in both cases. The difference between the two is the amount and safety of non-React-related code .
Read moreWhat is Redux toolkit?
Redux Toolkit is our official, opinionated, batteries-included toolset for efficient Redux development . It is intended to be the standard way to write Redux logic, and we strongly recommend that you use it.
Read more