Description
In this course you will learn
- How to apply those to building an actual application - what happens if you try to build something bigger than yet another TodoMVC app?
- How to build a sample application that demonstrates a range of important Redux concepts and techniques
- How to add Redux to a new Create-React-App project and configure Hot Module Replacement for faster development - Control you 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.