Tutorial on how to use local storage in Next.js. Store the app state in local storage and retrieve it when the user reloads the page.
Blog post: https://www.codingdeft.com/posts/next...
Code: https://github.com/collegewap/local-s...
Chapters
0:00 Project setup
2:40 Creating a form to save the favorite number
5:49 Solution 1: Checking for window Object
6:50 Solution 2: Using useEffect hook
7:33 Solution 3: Using dynamic imports
#react #hooks #nextjs #localstorage