Just starting out with Ember and trying to nail down some high level guide lines for our project that we are attempting to build in Ember. I’ve watched the excellent video by Erik Bryn here Ember 2.0 - Erik Bryn - YouTube that covers a lot of aspects about what is being deprecated and how Components and Services should be used going forward.
I’ve searched for some Ember 2 tutorials (or tutorials that are relatively new) and show the way we should be developing new applications going forward and the only one I could find thus far (even the PluralSight ones seem to be outdated) is this tutorial https://www.ludu.co/course/ember but that tutorial uses Controllers and from what I could tell from Erik Bryn’s video is that we should not be using Controllers anymore.
Questions:
- Should we or should we not use Controllers for new Ember apps?
- Does anyone have any good guidelines / tutorials / videos (free or paid for) that covers best practices or guidelines for developing new Ember apps on version 1.13 with the aim of going to 2.0 as soon as it is released?
Thanks in advance