-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
ArrayComputed issues #9462
Comments
Is there work being done on array computed or reduce computed? I read somewhere that, for example, I also see some possible optimizations in reduce computed, e.g. use Some array computed macros could make use of Finally value changes could only be triggered once, after |
@patricklx ping me on IRC if you want to chat about this. I'm mmun on #emberjs-dev. |
Is there any chance that those errors would be fixed in incoming release? I'm waiting to deploy an application to production and it's necessary for it to get array computed worked properly ;) |
@estshy Unfortunately, many of these issues may necessitate a more significant overhaul so I can't give an ETA at the moment. We'd love to hear from people interested in helping out though. |
@wagenet I might be one of those people. I'm skimming through the code trying to get to understand it and having a goal might help me. |
…rjs#9462, emberjs#4919, emberjs#4231, emberjs#3706, emberjs#5596, emberjs#9485, emberjs#9492, emberjs#5319, emberjs#5268, emberjs#4831, emberjs#5558] Move away from AC/RC instead use the simpler naive enumerable methods, and rely on glimmers stable rendering for efficiency. For more complex scenarios, custom solutions should be used. @wagenet & @stefanpenner
PRs:
The text was updated successfully, but these errors were encountered: