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.
A local storage implementation is a really nice thing, both as a demo and for personal use. The steps I would take are:
But maybe there is an easier way, reusing the backbone model from the jQuery project.