Ember.js - Coming Soon in Ember Octane - Part 1: Native Classes

(This post was originally published on www.pzuraq.com)


This is a companion discussion topic for the original entry at https://emberjs.com/blog/2019/02/11/coming-soon-in-ember-octane-part-1.html

Octane seems cool however may require revamp of the entire app to get to this version.

When using native classes and @computed decorators, will this.set be replaced with set(this,? Why not native setters?

@erikrothoff this.set will go away with the addition of another Ember Octane feature called Tracked Properties, which you can read about here Tracked Properties