the entry points for your app. • Models are in charge of persistance/raw data. • Controllers contain logic. • Views will not exist. • Templates are HTML + Handlebars
Mixins, to reuse code. • Transforms, to {,de}serialize custom field types. • Utils, for sharing fns in Ember-CLI. • Ember-CLI add-ons, reusable libraries. • Helpers, fns in Handlebars.
Built • Ember 2.0, Stability without Stagnation • HTMLBars • Engines • Routable components • Better binding with streams • Better component syntax and encapsulation