Posts under react
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
Common Gitignore List For React Developers
Abhishek EH | Sep 7, 2024 | 2 Min Read
A list of commonly used files and folders to be included in .gitignore file for react developers
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 redirect to another page in React
Abhishek EH | Jun 8, 2023 | 2 Min Read
How to use React router to redirect to another page in React and how to redirect to an external URL in React
Read More
How to hide and show elements in React
Abhishek EH | May 25, 2023 | 1 Min Read
How to use React useState hook and how to show and hide an element when a button is clicked
Read More