Skip to content

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

Closed
morganchen12 opened this issue Dec 14, 2016 · 9 comments
Closed

Aggregate data changes in FUIArray #222

morganchen12 opened this issue Dec 14, 2016 · 9 comments
Assignees
Labels

Comments

@morganchen12
Copy link
Contributor

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.

@ugiacoman
Copy link

Doesn't observing by .childValue resolve this?

@morganchen12
Copy link
Contributor Author

Yeah, that's the plan.

@ugiacoman
Copy link

ugiacoman commented Dec 14, 2016

I think .childValue has already been implemented with that functionality.

@morganchen12
Copy link
Contributor Author

Right, but that isn't exposed in FUIArray in any way, so consumers of FUIArray have no way of aggregating updates.

@ugiacoman
Copy link

Oh gotcha, it's not exposed, yes this would be fantastic :D

@morganchen12
Copy link
Contributor Author

Apologies for my vague wording :)

@morganchen12 morganchen12 self-assigned this Dec 22, 2016
@morganchen12
Copy link
Contributor Author

Support for this added to #186, dependent on the changes in that PR.

@morganchen12
Copy link
Contributor Author

#186 has been merged. Release coming soon.

@morganchen12
Copy link
Contributor Author

v2.0.0 has been released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants