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

Is Buffer a good solution for iOS Redux app ? #6

Open
PatrickSCLin opened this issue Sep 10, 2017 · 0 comments
Open

Is Buffer a good solution for iOS Redux app ? #6

PatrickSCLin opened this issue Sep 10, 2017 · 0 comments

Comments

@PatrickSCLin
Copy link

PatrickSCLin commented Sep 10, 2017

HI, I'm looking into Redux flow for iOS recently, it does help me to normalize some questions,
but I'm confusing with dealing big collection property in state, or multi properties in state

for properties modified, I can detect and handle in didSet block, but I have no clue what's the best way to handle a big collection inserted/deleted/modified when new state is called, I want to do accuracy operation instead just call reloadData, especially I'm using AsyncDisplayKit, reload whole collectionView/tableView will cause some UI flash issue.

Depends on a growing social app, properties might scale,
Is Buffer the solution what I seeking ?
How is the performance between Buffer with other diff frameworks ? ex: Dwifft

Also Do you think ReSwift + Buffer + AsyncDisplayKit make sense ?
I'm kind tired of MVC, lol

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

No branches or pull requests

1 participant