evolutility-ui-react icon indicating copy to clipboard operation
evolutility-ui-react copied to clipboard

Database in local storage

Open david-pfx opened this issue 7 years ago • 1 comments

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.

david-pfx avatar Dec 24 '18 00:12 david-pfx

Possibly using axios-cache-adapter and localForage.

evoluteur avatar Jan 17 '19 06:01 evoluteur