Description
In this course, you will :
- Using Redux, you can create larger apps.
- Recognize the reasoning behind Redux.
- Recognize Redux reducers.
- Recognize Redux actions.
- Learn how to link the Redux store to your React components.
- Learn how to make async API calls with Redux Thunk middleware.
Syllabus :
1. Synchronous Redux
- Intro To Starter Project
- Adding Redux Packages
- Connect Redux Provider to App
- Create Redux Store
- Connecting Store to Component
- Actions
- More Action
- Action Types
- Combine Reducers
- Multiple Action Files
- Outtro
2. Async Redux with Redux Thunk
- Intro to Async Redux Project
- Intro to RandomUser.Me API
- Cloning Starter Project
- Intro To Project Code
- Adding Redux Packages
- Action Types
- Async Redux Action Creators
- Reducer
- Creating Store and Provider
- Connecting Component to Redux Store
- Using Redux Store inside AppContainer