Rewrite localstorage context (#749)
* Rewrite the local storage context into a redux store for user data * Separate out the mega methods * Fix infinite loop * Missing dependency * Missing dependency, rename version field
Showing
... | ... | @@ -48,6 +48,7 @@ |
"react-spring": "^8.0.27", | ||
"react-use-gesture": "^6.0.14", | ||
"rebass": "^4.0.7", | ||
"redux-localstorage-simple": "^2.2.0", | ||
"styled-components": "^4.2.0", | ||
"swr": "0.1.18", | ||
"use-media": "^1.4.0" | ||
... | ... |
This diff is collapsed.
src/state/user/actions.ts
0 → 100644
src/state/user/hooks.tsx
0 → 100644
src/state/user/reducer.ts
0 → 100644
Please register or sign in to comment