vue3-persist-storages
vue3的本地存储最全方案,集成了cookie、localStorage、sessionStorage、indexedDB、webSQL等所有前端数据存储的方式,也赋予 pinia 持久化的能力
react-use-persist
Persistent State Hooks. Combines the syntax and APIs of `useState` and `useReducer` with localStorage and sessionStorage to make state persistence easy and clean.