Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.2K+ articles
JavaScript
12.2K+ articles
ReactJS
3.5K+ articles
Interview-Questions
470+ articles
Next.js
308+ articles
Interview Questions
185+ articles
Next.js - Questions
48 posts
Recent Articles
Popular Articles
How to Use NextJS in Typescript?
Last Updated: 06 August 2024
TypeScript enhances Next.js applications by adding static type checking and improves developer experience through type safety. Integrating TypeScript into your Next.js pro...
read more
Web Technologies
Picked
ReactJS
TypeScript
Next.js
Next.js - Questions
How to fix "Error: NextRouter was not mounted" ?
Last Updated: 24 July 2024
The error "Error: NextRouter was not mounted" typically occurs when trying to use the NextRouter context outside of a Next.js Router provider. This error indicates that a ...
read more
Web Technologies
Picked
ReactJS
Next.js
Next.js - Questions
How to fix "Next.js: document is not defined"?
Last Updated: 15 July 2024
The "document is not defined" error in next js happens because the document is a client-side browser object, which isn't available during server-side rendering. In this a...
read more
Web Technologies
Picked
ReactJS
Next.js
Next.js - Questions
How to Change URL Without Page Refresh in Next.js?
Last Updated: 20 May 2024
In web development, the ability to change URLs dynamically without triggering a full page refresh is essential for creating smooth, seamless user experiences. Next.js, a p...
read more
Web Technologies
Picked
ReactJS
Next.js
Next.js - Questions
How To Fetch Data From APIs In NextJS?
Last Updated: 31 July 2024
Fetching data from APIs in Next.js can be done using built-in methods like getServerSideProps, getStaticProps, or client-side fetching with useEffect. This flexibility sup...
read more
Web Technologies
Picked
ReactJS
Next.js
Next.js - Questions
What's new in Next.js 13
Last Updated: 07 August 2024
Next.js 13 brings a host of innovative features and improvements, elevating the framework's capabilities and enhancing the development experience. From a cutting-edge buil...
read more
Web Technologies
Picked
ReactJS
Next.js
Next.js - Questions
How to Set Port in NextJs?
Last Updated: 01 August 2024
Setting a custom port in Next.js is essential when you want to run your development or production server on a port other than the default (3000). While Next.js doesn't dir...
read more
Web Technologies
Picked
ReactJS
Next.js
Next.js - Questions
How To Create A Custom Image Loader In NextJS?
Last Updated: 07 August 2024
Creating a custom image loader in Next.js allows you to control how images are loaded and optimized. This is useful for integrating with different image services or handli...
read more
Web Technologies
Picked
ReactJS
Next.js
Next.js - Questions
How to Share Data Between Pages in Next.js?
Last Updated: 24 July 2024
Sharing data between pages in Next.js can be crucial for maintaining state and passing information efficiently. You can achieve this with the help of URL parameters. In th...
read more
Web Technologies
Picked
ReactJS
Next.js
Next.js - Questions
How To Send POST Request To External API In NextJS?
Last Updated: 25 July 2024
Sending POST requests to external APIs in Next.js enables interaction with third-party services or your backend. This allows for data submission, form handling, and integr...
read more
Web Technologies
Picked
ReactJS
Next.js
Next.js - Questions
How to Add Analytics in Next.js with Plausible
Last Updated: 30 June 2024
In this article, we will learn how to add analytics to our Next.js app using Plausible. Adding analytics to any app is a crucial aspect of web development as it helps in u...
read more
Web Technologies
Picked
ReactJS
Next.js
Next.js - Questions
How To Get And Process A Stream Response With Axios in NextJS ?
Last Updated: 30 June 2024
When building web applications with Next.js, you often encounter scenarios where you need to fetch and process streaming data. Whether it's downloading large files, real-t...
read more
Web Technologies
Picked
ReactJS
Next.js
Next.js - Questions
Why Do We Need Middleware for Async Flow in Redux?
Last Updated: 07 August 2024
In Redux, actions are dispatched synchronously, and the state is updated immediately by the reducers. However, real-world applications often involve asynchronous operation...
read more
Web Technologies
Picked
ReactJS
Next.js
Next.js - Questions
Why Next.js is Popular?
Last Updated: 07 August 2024
Next.js is a robust React framework designed to enhance web development with capabilities like server-side rendering (SSR), static site generation (SSG), and incremental s...
read more
Web Technologies
ReactJS
Next.js
Next.js - Questions
How to Disable Server Side Rendering on Some Pages in Next.js ?
Last Updated: 01 July 2024
In Next.js 13 and above versions you can use the 'use client' directive to disable the server side rendering and enable the client side rendering for some specific pages o...
read more
Web Technologies
Picked
ReactJS
Next.js
Next.js - Questions
1
2
3
4
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !