Basic Usage
Explore how to define model classes with fields and relationships in Redux-ORM, create an ORM instance, and integrate it into your Redux reducers. Learn two approaches to reducer logic and how to select relational data efficiently. This lesson equips you to manage normalized data structures in your Redux store using Redux-ORM.
We'll cover the following...
We'll cover the following...
Redux-ORM comes with excellent documentation. The main ...