-
-
Notifications
You must be signed in to change notification settings - Fork 405
Closed
Labels
Seeking Co-authorT-deprecationT-frameworkRFCs that impact the ember.js libraryRFCs that impact the ember.js library
Description
- Proposed Target: Ember v4.0.0
- Alternative: Autotracking + tracked properties
Observers have been considered an antipattern in Ember for some time now, and with autotracking currently being implemented, all of the use cases for observers now have better, more idiomatic alternatives. This pre-RFC proposes that we remove them from the framework in the near future, and focus on helping existing users migrate to autotracking based solutions.
Migration Path
Observers → autotracking is not always a simple 1-1 conversion, sometimes it does mean there is a decent amount of refactoring that needs to occur. We should develop a number of examples for every use case that arises throughout the conversion process, and try to store these examples in a shared community space such as the official guides or the Ember Atlas.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Seeking Co-authorT-deprecationT-frameworkRFCs that impact the ember.js libraryRFCs that impact the ember.js library