Posts under next
Next.js: Get query parameters in app router
Abhishek EH | Sep 12, 2024 | 2 Min Read
Tutorial on different ways to read query parameters in Next.js app router. Explains about how to get query parameters in both server side and client side
Read More
How to highlight an active link in Next.js
Abhishek EH | Sep 11, 2024 | 2 Min Read
Tutorial on how to highlight an active link in Next.js using css
Read More
How to set port in Next.js
Abhishek EH | Jun 25, 2024 | 1 Min Read
Tutorial on how to change the default port from 3000 to something else in Next.js
Read More
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
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
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