Ember.js

A JS framework for ambitious web developers

The five core concepts are Ember’s fundamental building blocks: routing, models, services, controllers/templates, and components:

In its simplest form, an Ember app uses the routing layer to resolve, based on the URL, a particular model which is then handed over to a controller/template (which in turn can call components) for display and interaction. A service may be used to retrieve models, for example.

Official documentation of our current version:

Imports cheatsheet:

Staying up to Date

Last updated