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

localstore(feat): mirror state to local storage #103

Closed
axtho opened this issue May 11, 2017 · 1 comment
Closed

localstore(feat): mirror state to local storage #103

axtho opened this issue May 11, 2017 · 1 comment
Labels
Milestone

Comments

@axtho
Copy link
Contributor

axtho commented May 11, 2017

depends on #102 to be done
before a fetch/ update/ insert effect check that we have a connection. If no connection warn user and only update the localstore (indexedDb). When we are online again, sync data (tricky).

Until then we will use localstorage for this (limit is 5mb data): using https://github.com/btroncone/ngrx-store-localstorage

@axtho axtho added the store label May 11, 2017
@axtho axtho added this to the Backlog milestone May 11, 2017
@axtho axtho changed the title localstore(feat): mirror state to local storage with ngrx/db localstore(feat): mirror state to local storage May 28, 2017
@axtho
Copy link
Contributor Author

axtho commented Jun 30, 2017

closing in favour of #110 ... we'll wait for ngrx/db to be ported to v4

@axtho axtho closed this as completed Jun 30, 2017
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

1 participant