##Components
- looking for a way of doing conponents as packages
- If state is needed, maybe a view would be better
- makes you be concious of where state lives in your app
##Testing
- QUnit
- more options for runnings tests on specific parts of the containers
##animations
- infinte scrolling easier by using dom management
- rips out stuff off screen as you scroll
- adds new stuff as you see it
- following pages, should make you feel you are walking a path, that you would know how to get back to
- CSS transitions as you travel between your routes
##new things
- ember-data: locality?, async, promises(async)
- ?HTMLbars
- ember-cli: asking for feedback. Will replace ember appkit
- query params: should be in router or controller? Application state will be mangaged in the controller.
##cool things
- routing, think about this a lot!
- broccoli build tool,
- FND.io -- rebuild entire ios appstore using ember
- ember for children --
- route traversal, map nodes of the path so you don't miss any -- ?is there a tool for this?