-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tracked-built-ins
dependency
#2
Conversation
Thank you! I’ll review it tomorrow morning! The short version is: Ember had historically shipped EmberArray and EmberObject as well as Map and Set implementations to make it easy to work with those types in a reactive way. tracked-built-ins does the same for the auto-tracking era. (Feel free to steal from that for the summary and/or motivation as you like!) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking good! One round of revisions suggested; feel free to open the RFC once you've made these tweaks. Thank you for doing this!
85c2db3
to
be68933
Compare
@chriskrycho thank you for the great suggestions! All of them have been applied and PR opened emberjs#812 |
@chriskrycho this is another RFC we discussed in tracked-tools/tracked-built-ins#274
Would love some feedback as I'm not totally sure I understand motivation same way as core team