Videos

featured image

Mirage JS Deep Dive Unders Mirage JS Models

Models are classes that define the properties of a particular data to be stored in a database. For example, if we have a user model, we would define the properties of a user for our application such as name, email, and so on. So each time we want to create a new user, we use the user model we’ve defined.
Learn More