Practical Redux: Introduction to the Course
Practical Redux is the missing manual for how to use Redux in real-world apps, full of practical ideas on project structure, handling complex data.
The basic concepts of Redux are relatively simple, but it's not always obvious how to apply those to building an actual application - what happens if you try to build something bigger than yet another TodoMVC app?.
- Add Redux to a new Create-React-App project and configure Hot Module Replacement for faster development
- Control your UI behavior with Redux
- Use the Redux-ORM library to manage relational data in your Redux store
- Build a master/detail view to display and edit data
- Write custom advanced Redux reducer logic to solve specific problems
- Optimize performance of Redux-connected form inputs
In this course, I'll show you how to build a sample application that demonstrates a range of important Redux concepts and techniques.
Post a Comment
Need Help? Make a comment below and we'll help you out...❤