Skip to content
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

Remove A() usage from "Looping through lists" guide #1756

Closed
Tracked by #1711
locks opened this issue Dec 16, 2021 · 0 comments · Fixed by #1758
Closed
Tracked by #1711

Remove A() usage from "Looping through lists" guide #1756

locks opened this issue Dec 16, 2021 · 0 comments · Fixed by #1758

Comments

@locks
Copy link
Contributor

locks commented Dec 16, 2021

Guide: https://guides.emberjs.com/release/components/looping-through-lists/

This example uses A( for ember array. For app authors getting started, this is not necessary. Only users who would like to disable prototype extensions and use array mutation with tracking must use that API. For beginners, IMO we should not teach it.
(at)mixonic

@locks locks changed the title https://guides.emberjs.com/release/components/looping-through-lists/ - This example uses A( for ember array. For app authors getting started, this is not necessary. Only users who would like to disable prototype extensions and use array mutation with tracking must use that API. For beginners, IMO we should not teach it. Remove A() usage from "Looping through lists" guide Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant