evolutility-ui-react
evolutility-ui-react copied to clipboard
Database in local storage
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.
Possibly using axios-cache-adapter and localForage.