Redux Toolkit only covers the Redux logic – we still use React-Redux to let our React components talk to the Redux store, including useSelector and useDispatch . So, let’s see how we can use Redux Toolkit to simplify the code we’ve already written in our example todo application.