Skip to content

Instantly share code, notes, and snippets.

@balinterdi
Last active September 14, 2015 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save balinterdi/1d91d1bfb91975021aa9 to your computer and use it in GitHub Desktop.
Save balinterdi/1d91d1bfb91975021aa9 to your computer and use it in GitHub Desktop.
Talk description for Complex Component Design in Ember.js
Designing component hierarchies in Ember had historically somewhat
tortuous but with the arrival of block parameters (1.10) and closure
actions (1.12), the difficulties have been vastly mitigated. I take a
slightly complex example, that of an autocomplete input, and show how to
go about implementing a nested component hierarchy in Ember and how the
aforementioned features and others help us pull it off.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment