climate-cooperative / home-energy-calculator

https://app.zwell.io/
Apache License 2.0
2 stars 3 forks source link

Pivot away from Local Storage #54

Open rgraue opened 2 months ago

rgraue commented 2 months ago

Description

We use a combo of LocalStorage and React's built in context. Pivot to use context only or introduce Redux. LocalStorage is an older, slower implementation, and doesn't plug in well with React's lifecycle.

Technical Notes

Risks

Research UX around calculator persistent state.

Related Issues Or Discussions

[...Issues]