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.
Build an awesome developer portfolio website.

Build an awesome developer portfolio website.

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

Next.js Large file uploads using Edge Store

12
Comments
4 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

1
Comments
7 min read
Breaking Down Next.js 14

Breaking Down Next.js 14

16
Comments
28 min read
Using Nextjs, Aceternity UI and Shadcn-UI all together

Using Nextjs, Aceternity UI and Shadcn-UI all together

2
Comments
5 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
4 min read
ASTRO VS NEXT JS

ASTRO VS NEXT JS

9
Comments 2
7 min read
Next.js 14: Fetching Data

Next.js 14: Fetching Data

15
Comments 1
8 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

5
Comments
14 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
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
3 min read
Publish PostgresSQL Data Changes to React with KsqlDB and MQTT

Publish PostgresSQL Data Changes to React with KsqlDB and MQTT

1
Comments
6 min read
Next.js starter template

Next.js starter template

2
Comments
2 min read
Headless WordPress vs. Traditional: Which Website is Right for You? A Showdown

Headless WordPress vs. Traditional: Which Website is Right for You? A Showdown

1
Comments
3 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
3 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

19
Comments 3
27 min read
Implementing a Loading Page State in ReactJS: Enhancing User Experience with Loading Indicators

Implementing a Loading Page State in ReactJS: Enhancing User Experience with Loading Indicators

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

Next JS 14 | Setting Up Your Database

6
Comments
4 min read
Adding Clerk Authentication to a NextJS App

Adding Clerk Authentication to a NextJS App

29
Comments 1
4 min read
Adding dark mode to your app has never been this easy.

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

6
Comments
5 min read
Handle back-press NextJS navigate to route other than previous - snippet

Handle back-press NextJS navigate to route other than previous - snippet

Comments
1 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

9
Comments
3 min read
10 Best Websites for Free Nextjs Templates

10 Best Websites for Free Nextjs Templates

62
Comments 6
4 min read
Dynamic Community Landing Page with Next.js, React, Tailwind, and Strapi - Download Free

Dynamic Community Landing Page with Next.js, React, Tailwind, and Strapi - Download Free

9
Comments
1 min read
Opmistic Update In Nextjs 14

Opmistic Update In Nextjs 14

1
Comments
5 min read
Building a High-Performance Website with Next.js and WordPress

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

10
Comments 2
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
Caching Behavior of get Requests in Next.js 13+

Caching Behavior of get Requests in Next.js 13+

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

How Next.js breaks React Fundamentals (with Examples)

4
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
Fix Next.js 14 hydration error with Zustand state management

Fix Next.js 14 hydration error with Zustand state management

2
Comments
4 min read
Como desplegar tu app de NextJS en tu propio servidor GNU/Linux

Como desplegar tu app de NextJS en tu propio servidor GNU/Linux

Comments
9 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

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

how to use skeleton loading next 13 with shadcn ui

6
Comments
2 min read
Next JS 14 | Navigating Between Pages

Next JS 14 | Navigating Between Pages

4
Comments
3 min read
Building a Custom Cursor in Next.js 14

Building a Custom Cursor in Next.js 14

1
Comments
1 min read
Building an Image Magnifier Effect in NEXT JS: A Step-by-Step Guide

Building an Image Magnifier Effect in NEXT JS: A Step-by-Step Guide

1
Comments
1 min read
Build an OTP PIN Input Component for NEXT JS App

Build an OTP PIN Input Component for NEXT JS App

1
Comments
1 min read
How To Unit Test Next.js 13+ App Router API Routes with Jest and React-Testing-Library. Including Prisma example

How To Unit Test Next.js 13+ App Router API Routes with Jest and React-Testing-Library. Including Prisma example

19
Comments 4
9 min read
Next JS 14 | Optimizing Fonts and Images

Next JS 14 | Optimizing Fonts and Images

3
Comments
3 min read
Translating zod errors with next-intl

Translating zod errors with next-intl

1
Comments
3 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
Axios interceptor for JWT validation

Axios interceptor for JWT validation

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

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

1
Comments
1 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

2
Comments
3 min read
Five Syntax Highlighting Plugins for NextJS that aren't Terrible 🎨

Five Syntax Highlighting Plugins for NextJS that aren't Terrible 🎨

8
Comments
5 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
3 min read
What is Next.js?

What is Next.js?

Comments
1 min read
Epic Next.js 15 Tutorial Part 1: Learn Next.js by building a real-life project

Epic Next.js 15 Tutorial Part 1: Learn Next.js by building a real-life project

31
Comments 1
12 min read
An Integration Guide for Next.js Apps

An Integration Guide for Next.js Apps

2
Comments
3 min read
【Next.js, GraphQL, Apollo Client】How to rewrite Apollo Client cache after a mutation. -part1-

【Next.js, GraphQL, Apollo Client】How to rewrite Apollo Client cache after a mutation. -part1-

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

Lessons from open-source: What is OpenTelemetry

Comments
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

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

Next.js 14 Data Fetching with Images: A Comprehensive Guide

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

How I built a Web based Operating System

7
Comments
4 min read
Make your product collaborative with Convex

Make your product collaborative with Convex

5
Comments
8 min read
Advantages of Next.JS

Advantages of Next.JS

1
Comments
2 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

4
Comments
3 min read
Lessons from open-source: Taskr in Next.js source code.

Lessons from open-source: Taskr in Next.js source code.

1
Comments
3 min read
loading...