Tracking the Right Thing
In this lesson, you’ll learn how to track all kinds of objects using @tracked in an Ember application.
When we mark something as @tracked
in a class definition, we tell Ember to recompute any values the property is used in whenever the value of the tracked property updates. If the property is an object, this doesn’t mean that all properties of the tracked object will also be tracked. ...
Access this course and 1400+ top-rated courses and projects.