Open rgraue opened 7 months ago
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.
LocalStorage
context
Redux
Research UX around calculator persistent state.
[...Issues]
Description
We use a combo of
LocalStorage
and React's built incontext
. Pivot to use context only or introduceRedux
. 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]