Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Ember.js Training

Sponsored · SiteGround - Reliable hosting with speed, security, and support you can count on.

Ember.js Training

Training course for "Building Rich Web Apps in Ember.js" from Chicago Web Conf 2015. Presented with Chris Sprehe.

http://github.com/tonycoco/ember-training-api
http://github.com/tonycoco/ember-training-client

Avatar for Tony Coconate

Tony Coconate

February 20, 2015
Tweet

More Decks by Tony Coconate

Other Decks in Technology

Transcript

  1. • Translates the URL • Automatically updates the browser on

    transitions, model changes, template changes • Creates a sharable URL
  2. • Object to stores a persistent state • Templates display

    the model or its attributes • Loaded in via whatever… though Ember Data likes JSON and RESTful resources
  3. • Object that gets the model ready for the controller

    and later the template • Finder • Before/After Hooks
  4. • Application state storage • Additional properties • Not just

    the model • Ember’s “presenter” • Going Away in Ember > 2.0 …Maybe.
  5. • URLs being handled and changing nicely • Nesting outlets

    • Ember Data fetching JSON • Contacts.app