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

Database in local storage #18

Open
david-pfx opened this issue Dec 24, 2018 · 1 comment
Open

Database in local storage #18

david-pfx opened this issue Dec 24, 2018 · 1 comment

Comments

@david-pfx
Copy link

A local storage implementation is a really nice thing, both as a demo and for personal use. The steps I would take are:

  • refactor all references to axios into a separate function/object-based API
  • create a local storage based implementation of that API.

But maybe there is an easier way, reusing the backbone model from the jQuery project.

@evoluteur
Copy link
Owner

Possibly using axios-cache-adapter and localForage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants