6 step process.
Install Redux Toolkit and React-Redux Packages
Create a Redux Store
Include the Redux Store to App.js parent
Create a Redux State Slice
Add Slice Reducers to the Store
Implementing useSelector and useDispatch in React Components