Database in local storage
david-pfx opened this issue · 1 comments
david-pfx commented
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 commented
Possibly using axios-cache-adapter and localForage.