Skip to content

Instantly share code, notes, and snippets.

@kharmabum
Created July 8, 2013 21:42
Show Gist options
  • Save kharmabum/5952749 to your computer and use it in GitHub Desktop.
Save kharmabum/5952749 to your computer and use it in GitHub Desktop.
Semi-structured reference to Ember API

Ember API Reference

Debugging

Performance

Ember Data Structures

Mixins (Interfaces)

Built-in Ember.Views

Conventions and Best Practice

  • Utilize Ember.Object, .set(), .get(), and Ember array accessors as much as possible
  • Why? Observers.

Events, Actions: Where do they go?

  • Router: Events that lead to transitioning between router states only.
  • Controller:
  • View:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment