Redux and redux-toolkit(RTK) beginners friendly.
Redux: is a state management JavaScript library.
react-redux: used to implement redux in react-app, or connect react-app with the store(all states are stored there).
redux-store: the main central bu...