...

/

Defining Models with Relations

Defining Models with Relations

We'll cover the following...

Redux-ORM allows you to define relations between various model types, using standard database concepts. This is done by adding a fields entry on a Model class type itself, and using the relation operators provided by Redux-ORM. Also, as described previously, when a Model instance is created Redux-ORM will generate getter properties for all fields in the actual data object, as well as all of the relational fields.

With those ideas in mind, ...

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy