3 links for Decorators
-
Do You Need EmberObject?
As native classes have stabilized and more and more of the Ember community has begun converting over to them, I've heard a lot of misinformation being spread around about what they are and aren't capable of. This is a pretty important transition for Ember, so I wanted to set the record straight really quickly about a few key things.
Article by Chris Garrett on 22nd November 2019, in Essential Octane
-
Ember Octane Update: Landing Decorators
When decorators are officially released, the main change is that all computed(), service(), controller(), and all of the computed property macros will become native decorators directly. You will not need to import them from a separate file path.
Article by Chris Garrett on 30th April 2019, in Essential Octane
-
Coming Soon in Ember Octane - Part 1: Native Classes
Maybe you're not convinced by the new syntax - after all, it's not that much different than what we have today. There are many other benefits that'll be coming thanks to native classes, and I'd like to touch on them briefly here.
Article by Chris Garrett on 8th February 2019, in Essential Octane