Skip to content

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

@PatrickSCLin

Description

@PatrickSCLin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions