November 2016
Intermediate to advanced
944 pages
21h 1m
English
An Ember application is composed of a set of core elements with well-defined responsibilities and properties. They are defined under the Ember and DS namespaces of the Ember API.
This diagram depicts the high-level structure of an Ember application:

A router manages the application state. It maps a set of logical routes against unique URLs as mapped in the router configuration.
A route handler, also known as a route (defined in Ember.Route), represents the handler for an individual route transition. A route can render a template that displays a screen. A route provides a model (data) ...
Read now
Unlock full access