5 links for Autotracking
-
Autotracking Case Study - TrackedMap
This blog post is my fourth post in a series on autotracking, the new reactivity system in Ember.js.
Article by Chris Garrett on 21st April 2020, in Autotracking
-
How Autotracking Works
This blog post is the third in a series on autotracking, the new reactivity system in Ember.js.
Article by Chris Garrett on 26th February 2020, in Autotracking
-
What Makes a Good Reactive System?
This blog post is the second in a series on autotracking, the new reactivity system in Ember.js.
Article by Chris Garrett on 10th February 2020, in Autotracking
-
What Is Reactivity?
Ember Octane has landed along with a large number of new features, but none of these features is more exciting to me personally than autotracking. Autotracking is Ember's new reactivity system, which is what allows Ember to know when stateful values (such as @tracked properties) have changed.
Article by Chris Garrett on 27th January 2020, in Autotracking
-
Coming Soon in Ember Octane - Part 3: Tracked Properties
Tracked properties are Ember's next iteration on this system. They address all of the above pain points, and then some. The way they work is by explicitly annotating all trackable properties on a class, instead of annotating the dependencies for every single getter, effectively reversing where the annotation occurs.
Article by Chris Garrett on 22nd February 2019, in Essential Octane