# How to use web localstorage like using a memory store

All you need is VueUse's `useStorage` in vue3 and `use-local-storage` in react.

vue's useStorage: https://vueuse.org/core/useStorage/#usage

react's use-local-storage: https://www.npmjs.com/package/use-local-storage

> `VueUse` got a lot of awesome functions for you to use.
