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

Any working example for offline usage? #26

Open
radiegtya opened this issue Aug 12, 2017 · 3 comments
Open

Any working example for offline usage? #26

radiegtya opened this issue Aug 12, 2017 · 3 comments
Labels

Comments

@radiegtya
Copy link

Sorry for asking such question, but I found difficulty about implementing the feathers-redux-offline. Some simple working example would be appreciated.

Thanks

@eddyystop
Copy link
Collaborator

eddyystop commented Aug 17, 2017

Are you are asking about mutations while the client is not connected to the server? That is not yet supported.

From the docs:

ProTip: The snapshot and realtime (with optimistic mutation while connected) strategies are available at this time.

Mobile support must first be implemented in feathers-offline-log. It would be great if you could contribute to that.

@radiegtya
Copy link
Author

Nope, I just need to fetch data (Find or get) while offline.. I don't need to mutate anything..
And I need the example, can you provide it @eddyystop ?

@eddyystop
Copy link
Collaborator

eddyystop commented Aug 18, 2017

That is covered in the docs https://docs.feathersjs.com/guides/offline-first/example-optimistic.html . Just do get and find.

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

2 participants