issues
search
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
Remove the
localFixture
and instead have make the local storage injectable.
Falls back to an in memory storage if local storage is not enabled.
Sets local storage immediately from
initLocal
on init.
Closes #194.
localFixture
and instead have make the local storage injectable.initLocal
on init.Closes #194.