Group Discussion of Ember 2.0, http://www.meetup.com/Ember-SC/events/219194819/
Who Am I? ...Bill Heaton @pixelhandler
http://thechangelog.com/ember-js-formerly-amber-js-and-formerly-sproutcore-2-0/
http://yehudakatz.com/2011/12/08/announcing-amber-js/
http://yehudakatz.com/2011/12/12/amber-js-formerly-sproutcore-2-0-is-now-ember-js/
http://emberjs.com/blog/2013/08/31/ember-1-0-released.html
The Road to 2.0
This is not a big-bang rewrite; we will continue development on the master
branch, and roll out changes incrementally on the 1.x release train. The 2.0.0 release will simply remove features that have been deprecated between now and then. Our goal is that you can move your Ember app to 2.0 incrementally, one sprint at a time.
Benefit from the lessons learned which are the motivators for the upcoming evolution.
Tom Dale: Ember 2.0 in Practice
- Simplifed
- Refined
- More powerful
- All new features developed on master
- Stability without Stagnation
- Data Down, Actions Up
- It's a question of mutability
- Instead of relying on 2-way bindings, emit actions
- There is no view, there is only component (isolated, reusable, can be reasoned about)
- No more ObjectController or ArrayController, proxying confuses people
- Use explicit with/each
- Use Ember CLI today.
Robert Jackson: Ember 2.0 RFC Recap
- Slides: https://speakerdeck.com/rwjblue/ember-2-dot-0-rfc-recap
- Video: http://youtu.be/69wMY3CaklY?t=1h8m49s
- Template Updates
- Components
- Ember CLI
- Simplify Concepts
Stefan Penner: The Future of Ember
- Actions UP Bindings DOWN
- New Defaults
- One-way Bindings
- Read-only Computed Properties
- Virtual DOM (SSR, fast boot), simple-dom
- RIP Controllers
- Become a Service or Component
- Lifecycle Mismanagement
- Routable Components
Contributing to big bad open source
Bill Heaton @pixelhandler
- rethinkdb_adapter
- Use db with ember-cli http-mocks ember-slide-deck
- Addon with standalone releaseember-off-canvas-components
- Experiment with Web Components and Ember alert-box-web-components
- Source code for my blog
- Addon for using Function.bind phantomjs needs it, ember-cli-es5-shim
- pixelhandler.com"