TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Next.JS
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Shilpa Tanwar (29)
Kamna Priya (1)
Pankaj Kumar Choudhary (1)
Related resources for Next.JS
No resource found
Optimizing Performance in Next.js
8/8/2024 10:06:30 AM.
Performance is crucial in web development, and Next.js offers several tools and strategies to ensure your application runs efficiently. This article covers essential techniques for optimizing performa
Implementing OAuth Authentication in Next.js
8/7/2024 10:57:14 AM.
OAuth allows users to log in via third-party providers like Google and GitHub. Here’s a streamlined guide to integrating OAuth with NextAuth.js in your Next.js application.
Using Next.js with TypeScript
8/7/2024 7:29:18 AM.
Integrating TypeScript with Next.js enhances code quality by adding static types. Start by creating a Next.js project, then install TypeScript and necessary type definitions. Configure tsconfig.json,
How to Customize the Next.js Webpack Configuration?
8/7/2024 6:42:44 AM.
Next.js, a popular React framework, provides a powerful built-in Webpack configuration to handle bundling and optimization. However, you might need to customize this configuration to fit specific need
How to Create a Custom 404 Page in Next.js
8/5/2024 4:30:51 AM.
In Next.js, customizing a 404 page improves user experience by guiding users who land on non-existent pages. Create a 404.js component in the pages directory, style it with 404.module.css, and add nav
How to Implement Localization in Next.js?
8/5/2024 4:00:36 AM.
. This guide covers the basics of internationalization (i18n), setting up Next.js for multiple languages, managing translations, and dynamically rendering content based on the user's language pref
How to Implement Pagination in Next.js
8/2/2024 5:22:44 AM.
Pagination helps manage large datasets by dividing them into manageable chunks. You can implement pagination in Next.js either server-side or client-side. Here's a streamlined guide to get you sta
How to Implement Role-Based Access Control in Next.js?
7/24/2024 9:39:14 AM.
Implement Role-Based Access Control (RBAC) in a Next.js app to manage user permissions and restrict access based on roles. Define roles in your database, assign them during registration, and use Highe
Explain Adding a Loader in Next.js
7/24/2024 9:32:26 AM.
Adding loaders in a Next.js app enhances user experience by showing visual cues during data fetching and page transitions. Create a Loader component with CSS for styling and use it globally or locally
Exploring New Features in Next.js 15
7/22/2024 6:18:19 AM.
In this article, we will learn that Next.js 15 introduces a suite of new features and improvements aimed at enhancing developer experience and application performance.
Next.js vs. React: Key Differences and Use Cases
7/22/2024 5:10:25 AM.
Next.js and React are popular tools in the web development ecosystem. While React is a JavaScript library for building user interfaces, Next.js is a framework built on top of React that offers additio
Implementing Webhooks with Next.js
6/21/2024 6:42:03 AM.
In this article we will learn about implementing webhooks in Next.js empowers our application with real-time capabilities, allowing seamless integration with external services and automating business
Building Progressive Web Apps (PWAs) with Next.js
6/21/2024 6:20:28 AM.
We highlight the advantages of using Next.js to build PWAs, emphasizing their capability to provide a user experience similar to native apps. By utilizing Next.js, we maintain the benefits of web tech
How to Implement Chakra UI Checkbox in Next.js
9/27/2023 11:28:53 AM.
In this article we will learn about how Chakra UI Checkbox can be implemented in Next Js.
How to Implement Chakra UI Button Loading State in Next.js
9/27/2023 9:25:10 AM.
In this article we will learn about how Chakra UI Button Loading State can be implemented in Next Js.
Dynamic Radio Button Component in Next.js
9/21/2023 7:05:53 AM.
Here we will learn how to create shared dynamic radio button component.
Using Autocomplete in Next.js
9/20/2023 6:57:43 AM.
In this article we learn step by step how to add autocomplete in Next Js application.
GraphQL in Next.js
9/15/2023 11:43:53 AM.
Here we will give the description how to setup GraphQL with Next.js.
Deploying a Next.js Application using Azure App Service
9/10/2023 10:13:40 AM.
We will learn step by step deploying Next Js application using Azure App Service.
Automatic Image Optimization in Next.js
9/4/2023 8:46:31 AM.
Here we will learn about the Automatic Image Optimization in Next.js application.
How To Use Redux In Next JS Application
6/13/2023 7:07:09 AM.
In this article we will learn how to manage state with redux in react js application.
How To Read Excel File In Next JS Application
3/27/2023 7:09:15 AM.
In this article, we learn how to read Excel file in React JS application.
How To Upload And Download File To API In Next JS Application
3/27/2023 6:59:35 AM.
In this article, we learn how to create next js application and upload image in Web API using axios.
How To Use Captcha In Next JS App
3/27/2023 5:17:19 AM.
Here in this article, we check how to create Next JS application and use captcha with Next JS.
How To Call Web API In Next JS Application Using Axios
3/27/2023 5:12:21 AM.
In this article, you will learn how to call API using Axios in Next JS application.
How To Setup Material Grid In Next JS With Material UI/MUI Component
11/29/2022 5:08:37 AM.
Material UI or MUI is a library of React UI components that implements Google's Material Design. A fast and extendable react data table and react data grid. It's a feature-rich component avail
How To Setup Button and Dropdown In Next JS With Material UI/MUI Component
11/8/2022 8:17:45 AM.
Material UI is a library of React UI components that implements Google's Material Design. Buttons allow users to take actions, and make choices, with a single tap. Select components are used for c
How To Setup Tooltip In Next JS With Material UI/MUI Component
11/1/2022 5:45:47 AM.
Material UI or MUI is a library of UI components that implements Google's Material Design.Breadcrumbs consist of a list of links that help a user visualize a page's location within the hiera
How To Setup Next JS With Material UI/MUI Component Basic Breadcrumbs
10/7/2022 5:25:46 AM.
Material UI or MUI is a library of React UI components that implements Google's Material Design. Breadcrumbs consist of a list of links that help a user visualize a page's location within the
STRAPI Architecture
7/25/2022 7:57:15 PM.
Strapi is an open-source headless CMS that allows the editor to easily manage and distribute content. This is the actual mindset or Strapi creator - Pierre Burgy - Co-founder & CEO of Strapi.
Master In Next.js - Part One
5/30/2020 2:47:40 AM.
In this article, we learn what is Next.js and cover the some basic of Next.js in the next article we will learn more about the Next.js.