Description
In this course, you will :
- Learn the skills you'll need to vastly improve the performance and development time of your Redux applications.
- You'll be creating a complex shopping cart application in which users can add and remove items from their carts, view shipping and tax totals, and check out while keeping their state synchronised with the server.
- Examine nearly every Redux Saga effect, each with an example.
- Learn about Redux Saga channels, testing, and other advanced subjects.
Syllabus :
- Introducing Redux Saga
- Asynchronous ES6 and Yield
- Redux Saga Effects
- Channels
- Testing Redux Saga Applications