How can I best prepare for Ember 2.0 in my apps today?

While building new apps today, what are some best practices to get ready for Ember 2.0? Should I avoid using controllers? I’m already using {{#each thing in model}} but what else should I avoid or do differently in my apps?

1 Like

Start here: https://gist.github.com/samselikoff/1d7300ce59d216fdaf97 Some great points. I’m hoping this gets built out over time, as its still a bit skimpy on real world implementations.

1 Like