In the previous chapter, we learned the concept of managing the state using Redux Toolkit. We discussed prop drilling in a React app and showed the pattern when writing Redux in React.
Setting up Redux Toolkit
Dispatching an asynchronous action to the reducer
Rendering the state from the Store to our UI – specifically, a calendar view