DEV Community

Next.js

Next.js gives you hybrid static and server rendering, TypeScript support, smart bundling, route pre-fetching, and more. No config needed.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
How to PWA you App like a pro

How to PWA you App like a pro

1
Comments
2 min read
Add Google Analytics to NextJS/React Website

Add Google Analytics to NextJS/React Website

6
Comments
1 min read
How to Add JSON-LD Structured Data to a Next.js Website

How to Add JSON-LD Structured Data to a Next.js Website

7
Comments
3 min read
Lessons from open-source: Have you ever used console object like this `console[consoleMethod](‘’)`?

Lessons from open-source: Have you ever used console object like this `console[consoleMethod](‘’)`?

Comments
3 min read
Lessons from open-source: Use picocolors to format terminal output with colors

Lessons from open-source: Use picocolors to format terminal output with colors

Comments
2 min read
Epic Next.js 14 Tutorial Part 2: Building Out The Home Page

Epic Next.js 14 Tutorial Part 2: Building Out The Home Page

1
Comments
14 min read
2 ways to 🔧 set up Nextjs with MongoDB 🛢�? and Mongoose

2 ways to 🔧 set up Nextjs with MongoDB 🛢�? and Mongoose

7
Comments 4
5 min read
Effortless Deployment: Next.js Static WebApp on S3 & CloudFront with AWS CDK and CodePipeline Tutorial

Effortless Deployment: Next.js Static WebApp on S3 & CloudFront with AWS CDK and CodePipeline Tutorial

Comments
7 min read
Optimize your Nextjs app

Optimize your Nextjs app

2
Comments
4 min read
Using Nextjs, Aceternity UI and Shadcn-UI all together

Using Nextjs, Aceternity UI and Shadcn-UI all together

1
Comments
5 min read
ASTRO VS NEXT JS

ASTRO VS NEXT JS

Comments
7 min read
Publish PostgresSQL Data Changes to React with KsqlDB and MQTT

Publish PostgresSQL Data Changes to React with KsqlDB and MQTT

Comments
6 min read
Next.js starter template

Next.js starter template

Comments
2 min read
Navigating Email Scheduling: Tackling Every Hurdle

Navigating Email Scheduling: Tackling Every Hurdle

Comments
3 min read
Drawing the Line: When to Use Server and Client Components in Your Next.js App

Drawing the Line: When to Use Server and Client Components in Your Next.js App

3
Comments
3 min read
�?Next.js, GraphQL, Apollo Client】How to rewrite Apollo Client cache after a mutation. -part2-

�?Next.js, GraphQL, Apollo Client】How to rewrite Apollo Client cache after a mutation. -part2-

Comments
3 min read
Lessons from open-source: How to create an array containing 0..N using Array.from?

Lessons from open-source: How to create an array containing 0..N using Array.from?

Comments
2 min read
How Next.js breaks React Fundamentals (with Examples)

How Next.js breaks React Fundamentals (with Examples)

1
Comments
1 min read
3 Tips to Make Your Next.js App More Stable

3 Tips to Make Your Next.js App More Stable

Comments
3 min read
From To-Do List Chaos to AI-Powered Productivity: My Journey Building Autotask

From To-Do List Chaos to AI-Powered Productivity: My Journey Building Autotask

Comments
5 min read
how to use skeleton loading next 13 with shadcn ui

how to use skeleton loading next 13 with shadcn ui

1
Comments
2 min read
Webpack stats file

Webpack stats file

Comments
6 min read
Creating a text writing animation in React using Framer-Motion

Creating a text writing animation in React using Framer-Motion

1
Comments
2 min read
Make your product collaborative with Convex

Make your product collaborative with Convex

1
Comments
8 min read
Exploring Every Feature in Next.js and Testing Hosting Providers

Exploring Every Feature in Next.js and Testing Hosting Providers

Comments
2 min read
Lessons from open-source: Can you use "require" and "import" in the same file in NodeJs

Lessons from open-source: Can you use "require" and "import" in the same file in NodeJs

Comments
2 min read
🌟🚀💻 Plataforma Gamificada para Aprender Programação ✨🎮

🌟🚀💻 Plataforma Gamificada para Aprender Programação ✨🎮

3
Comments
2 min read
Lessons from open-source: Typesafe “getInt�? utility function in Next.js source code

Lessons from open-source: Typesafe “getInt�? utility function in Next.js source code

Comments
3 min read
Next.js Error Monitoring with Sentry: Enhancing Your Application’s Reliability

Next.js Error Monitoring with Sentry: Enhancing Your Application’s Reliability

1
Comments
3 min read
Lessons from open-source: Partytown — a library that uses web worker to run third party scripts.

Lessons from open-source: Partytown — a library that uses web worker to run third party scripts.

Comments
2 min read
Next.js Large file uploads using Edge Store

Next.js Large file uploads using Edge Store

12
Comments
4 min read
How to Deploy Next.js Applications with Docker

How to Deploy Next.js Applications with Docker

4
Comments 1
3 min read
Fix: Hydration failed because the initial UI does not match what was rendered on the server

Fix: Hydration failed because the initial UI does not match what was rendered on the server

Comments
3 min read
Lessons from open-source: What is OpenTelemetry

Lessons from open-source: What is OpenTelemetry

Comments
2 min read
How I built a Web based Operating System

How I built a Web based Operating System

5
Comments
4 min read
Unlocking Web Development Potential with Next.js

Unlocking Web Development Potential with Next.js

Comments
2 min read
Creating Webhook between Clerk and DynamoDB

Creating Webhook between Clerk and DynamoDB

Comments
3 min read
Breaking Down Next.js 14

Breaking Down Next.js 14

10
Comments
28 min read
Integrate an Audit Trail for NextAuth.js in a few lines of code

Integrate an Audit Trail for NextAuth.js in a few lines of code

Comments
3 min read
En 5 Minutos: Crea una App de Next.js con IA de OpenAI

En 5 Minutos: Crea una App de Next.js con IA de OpenAI

5
Comments
2 min read
Building a Voice and Eye-Controlled To-Do App - Part 2

Building a Voice and Eye-Controlled To-Do App - Part 2

Comments
4 min read
The Web Page Rendering Process in Browsers: A Deep Dive

The Web Page Rendering Process in Browsers: A Deep Dive

2
Comments
2 min read
Como customizar o preview de links em redes sociais no Next.js

Como customizar o preview de links em redes sociais no Next.js

5
Comments
3 min read
Introduction to Next.js

Introduction to Next.js

2
Comments
2 min read
Adding dark mode to your app has never been this easy.

Adding dark mode to your app has never been this easy.

2
Comments
5 min read
Deploy Next JS App to Google Cloud Run with Github Actions CI/CD - A Complete Guide

Deploy Next JS App to Google Cloud Run with Github Actions CI/CD - A Complete Guide

1
Comments
7 min read
Next.js: consequence of AppRouter on your CSP

Next.js: consequence of AppRouter on your CSP

Comments
3 min read
Lessons from open-source: Use nested functions for logic encapsulation and separation of concerns.

Lessons from open-source: Use nested functions for logic encapsulation and separation of concerns.

Comments
2 min read
How to create a blog with next.js and dev.to

How to create a blog with next.js and dev.to

Comments 2
1 min read
Easy access form value in Nextjs/React with TS

Easy access form value in Nextjs/React with TS

1
Comments
1 min read
Payload CMS: A Developer's Friend, with Room to Grow

Payload CMS: A Developer's Friend, with Room to Grow

Comments
1 min read
Desbravando o Next.js: O Futuro do Desenvolvimento Frontend

Desbravando o Next.js: O Futuro do Desenvolvimento Frontend

1
Comments
2 min read
Next.js Data Fetching with Images: A Comprehensive Guide

Next.js Data Fetching with Images: A Comprehensive Guide

2
Comments
3 min read
Next.js 14: Fetching Data

Next.js 14: Fetching Data

5
Comments 1
8 min read
Lessons from opensource: How to use pipeline in Nodejs?

Lessons from opensource: How to use pipeline in Nodejs?

Comments
2 min read
Adding Clerk Authentication to a NextJS App

Adding Clerk Authentication to a NextJS App

27
Comments 1
4 min read
Lessons from open-source: Algorithm behind `“next buuild�? does not exist. Did you mean “next build�??`

Lessons from open-source: Algorithm behind `“next buuild�? does not exist. Did you mean “next build�??`

1
Comments 2
2 min read
Next JS 14 | Setting Up Your Database

Next JS 14 | Setting Up Your Database

2
Comments
4 min read
The Complete Guide to Full Stack Solana Development with Next.js, Anchor, and Phantom

The Complete Guide to Full Stack Solana Development with Next.js, Anchor, and Phantom

3
Comments
27 min read
Building a High-Performance Website with Next.js and WordPress

Building a High-Performance Website with Next.js and WordPress

9
Comments 2
3 min read
loading...