Version: v4.0.0use-localstorage-stateAbout#UseState but auto updates values to localStorageInstallation#npm install --save @rooks/use-localstorage-stateCopyImporting the hook#import useLocalstorageState from "@rooks/use-localstorage-state"CopyUsage#function Demo() { useLocalstorageState(); return null} render(<Demo/>)CopyCodesandbox Examples#Basic Usage#Join Bhargav's discord server#You can click on the floating discord icon at the bottom right of the screen and talk to us in our server.