February 2016
Beginner to intermediate
308 pages
5h 46m
English
In this chapter, you'll learn the following recipes:
Models are objects in Ember that represent data that can be displayed to users. They are persistent and won't be lost when the user closes the browser window.
Many models are loaded from data that is stored in a server from a database. Typically, the data is sent back and forth as a JSON representation. This is where Ember Data comes in. Ember Data is included by default when you create an application in Ember. It helps retrieve data, store data locally, and ...
Read now
Unlock full access