prodo-dev / prodo

Prodo is a React framework to build apps faster.
https://docs.prodo.dev
MIT License
114 stars 5 forks source link

Save local storage init #196

Closed tdawes closed 4 years ago

tdawes commented 4 years ago
  1. Remove the localFixture and instead have make the local storage injectable.
  2. Falls back to an in memory storage if local storage is not enabled.
  3. Sets local storage immediately from initLocal on init.

Closes #194.