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

Persist redux state #35

Closed
brunobar79 opened this issue Aug 9, 2018 · 0 comments
Closed

Persist redux state #35

brunobar79 opened this issue Aug 9, 2018 · 0 comments

Comments

@brunobar79
Copy link
Contributor

  • Figure out what's the mimium amount of data that we have to persist (check the contents of the state engine and decide)
  • Write data when going to background
  • Write data every X seconds (ideally via bg thread)
  • Restore while going to foreground

Consider using https://blog.reactnativecoach.com/the-definitive-guide-to-redux-persist-84738167975

@brunobar79 brunobar79 mentioned this issue Aug 16, 2018
3 tasks
sethkfman pushed a commit that referenced this issue Sep 3, 2021
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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