Course Content
State Management with Redux Toolkit in React
State Management with Redux Toolkit in React
2. Applying Redux Toolkit in React
What AwaitsUnderstanding the Project Code and File StructureCreating the Redux StoreIntegrating the Redux Store Into the React AppInspecting the Store in the React AppUnderstanding Actions and Action CreatorsUnderstanding the Role of ReducersInspecting Actions and Reducers in ReduxConnecting Redux with React ComponentsCompleting the App
Challenge Guidelines and Rules
- In the upcoming chapters, we'll delve deeper into the two applications we introduced in the previous chapter. Each new chapter will bring you closer to the ultimate goal of achieving a fully functional application;
- We will provide instructional videos, offering hands-on demonstrations of tackling each step in a real project. These videos will specifically focus on the development process of the Ship Docks Tracker Application;
- Additionally, we'll grant you access to a CodeSandbox environment where your Application Goals Tracker is hosted, but it may have a few issues. Your task will be implementing Redux logic into this application to address these shortcomings;
- Feel free to take on the challenge if you feel comfortable and ready to proceed without further instructions. Let's get started! 🚗
Everything was clear?
Thanks for your feedback!
Section 3. Chapter 2