Skip to content

Posts under next

How to add favicon to a Next.js site?
How to add favicon to a Next.js site?
Abhishek EH | Apr 16, 2023 | 2 Min Read
Tutorial on how to create a favicon and replace the default icon with the newly created one in Next.js
Read More
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 add Google Analytics to Next.js app
How to add Google Analytics to Next.js app
Abhishek EH | Mar 18, 2023 | 3 Min Read
Tutorial on how to create Google Analytics site and add it to your Next.js website.
Read More
Next.js: Get query parameters in Page router
Next.js: Get query parameters in Page router
Abhishek EH | Sep 12, 2024 | 2 Min Read
Tutorial on different ways to read query parameters in Next.js Page router. Explains about how to get query parameters in both server side and client side
Read More
How to add type to useState while using TypeScript with React
How to add type to useState while using TypeScript with React
Abhishek EH | Jul 30, 2022 | 2 Min Read
Guide on how to define type for useState hook while using react with TypeScript. Describes types for boolean, number, string, array and object. We will also see the type of setState function.
Read More
How to handle navigation in Next.js using links
How to handle navigation in Next.js using links
Abhishek EH | Jul 23, 2022 | 5 Min Read
Complete guide on handling navigation in Next.js using the Link component.
Read More
© 2024 CodingDeft.Com