Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Move PagedLists out of MvRx states #519

Merged
merged 1 commit into from
Nov 11, 2019
Merged

Move PagedLists out of MvRx states #519

merged 1 commit into from
Nov 11, 2019

Conversation

chrisbanes
Copy link
Owner

@chrisbanes chrisbanes commented Nov 11, 2019

MvRxStates are designed to be completely immutable, which conflicts with PagedLists which are very mutable.

This commit moves the paged lists out of the MvRxStates, and to their own Flow, which each Fragment collects separately.

Closes #517

MvRxStates are designed to be completely immutable,
which conflicts with PagedLists which are very mutable.

This commit moves the paged lists out of the MvRxStates,
and to their own Flow, which each Fragment collects seperately.

Closes #517
@chrisbanes chrisbanes merged commit 3e755b9 into master Nov 11, 2019
@chrisbanes chrisbanes deleted the cb/flow-paging branch November 11, 2019 00:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MvRx mutable state app crash on v0.4 debug
2 participants