-
Notifications
You must be signed in to change notification settings - Fork 484
Aggregate data changes in FUIArray #222
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
Comments
Doesn't observing by |
Yeah, that's the plan. |
I think |
Right, but that isn't exposed in FUIArray in any way, so consumers of FUIArray have no way of aggregating updates. |
Oh gotcha, it's not exposed, yes this would be fantastic :D |
Apologies for my vague wording :) |
Support for this added to #186, dependent on the changes in that PR. |
#186 has been merged. Release coming soon. |
v2.0.0 has been released. |
It'd be better to present changes in bulk rather than one element at a time, since the UIKit collection views support batch updating. This lets our API consumers build more responsive UIs.
The text was updated successfully, but these errors were encountered: