Skip to content

Posts under localStorage

How to use Local Storage in Next.js
How to use Local Storage in Next.js
Abhishek EH | Apr 4, 2023 | 4 Min Read
Tutorial on how to use local storage in Next.js. Store app state in local storage and retrieve it when user reloads the page. Also, learn how to write useLocalStorage hook.
Read More
How to use localStorage with React
How to use localStorage with React
Abhishek EH | Jun 13, 2021 | 12 Min Read
Tutorial on how to store app state in the browser local storage, retrieve it after page refresh and update it. Also, learn how to write useLocalStorage hook.
Read More
© 2023 CodingDeft.Com