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.
I built a full stack serverless e-commerce site with Next.js. What I learned and how it might help you

I built a full stack serverless e-commerce site with Next.js. What I learned and how it might help you

31
Comments 10
8 min read
Rebuilding Our Jekyll Website with Next.js and Theme UI

Rebuilding Our Jekyll Website with Next.js and Theme UI

13
Comments 1
19 min read
Next.js File Based Routing (Part-1)

Next.js File Based Routing (Part-1)

8
Comments
3 min read
Next.js authentication with existing backend

Next.js authentication with existing backend

28
Comments 11
3 min read
How to create dynamic NextJS post thumbnails...like DEV.to!

How to create dynamic NextJS post thumbnails...like DEV.to!

38
Comments 1
9 min read
Next.js with TypeScript, tailwindcss, ESLint, Prettier boilerplate

Next.js with TypeScript, tailwindcss, ESLint, Prettier boilerplate

6
Comments
1 min read
The tech stack of our first SaaS and what we regret

The tech stack of our first SaaS and what we regret

33
Comments 4
13 min read
Barebone Next.js TypeScript Template

Barebone Next.js TypeScript Template

8
Comments
1 min read
Fetching and displaying data with GraphQL on a next.js front-end

Fetching and displaying data with GraphQL on a next.js front-end

13
Comments 2
6 min read
Adding twitter tags to your NextJS blog

Adding twitter tags to your NextJS blog

10
Comments 1
2 min read
Headless Ghost and NextJS

Headless Ghost and NextJS

9
Comments 1
6 min read
Using Next.js Router

Using Next.js Router

9
Comments
3 min read
Next.js Tutorial with Examples: build better React apps with Next

Next.js Tutorial with Examples: build better React apps with Next

43
Comments 1
11 min read
Create a production-ready storybook with tailwind

Create a production-ready storybook with tailwind

11
Comments
2 min read
Cerebral Debugger in Next.js

Cerebral Debugger in Next.js

6
Comments
1 min read
Howler | A basic fullstack Next.js App using its API routes w/ React Query

Howler | A basic fullstack Next.js App using its API routes w/ React Query

45
Comments 4
7 min read
Using getStaticProps and getStaticPaths with TypeScript - Next.js

Using getStaticProps and getStaticPaths with TypeScript - Next.js

38
Comments 6
3 min read
Sitemap: What is and how to generate it for a Next.js App

Sitemap: What is and how to generate it for a Next.js App

9
Comments
2 min read
Weather App Next Js

Weather App Next Js

3
Comments
1 min read
Cool way to use staging and production environment with Next.js

Cool way to use staging and production environment with Next.js

13
Comments
2 min read
Fixing Next js "ReferenceError: document is not defined"

Fixing Next js "ReferenceError: document is not defined"

31
Comments 5
1 min read
Preact: Optimize your Next.js build with 5 lines of code

Preact: Optimize your Next.js build with 5 lines of code

15
Comments 2
1 min read
How to eliminate dead links in your Next.js app

How to eliminate dead links in your Next.js app

9
Comments 1
2 min read
Next.js Markdown Blog Starter Template

Next.js Markdown Blog Starter Template

3
Comments
1 min read
Speed up Next.js build with Typescript and Tailwind CSS

Speed up Next.js build with Typescript and Tailwind CSS

31
Comments 7
4 min read
How to bootstrap a Next.js + Tailwind CSS + TypeScript project

How to bootstrap a Next.js + Tailwind CSS + TypeScript project

17
Comments
3 min read
NextAuth.js Intro [1 of 3]: One-Click Signup

NextAuth.js Intro [1 of 3]: One-Click Signup

26
Comments
4 min read
Show off your Strava stats on your Next.js site (statically!)

Show off your Strava stats on your Next.js site (statically!)

11
Comments
4 min read
Building a Professionally Designed Website with NextJS, TypeScript, and Payload CMS - Ep. 1

Building a Professionally Designed Website with NextJS, TypeScript, and Payload CMS - Ep. 1

22
Comments
3 min read
Create a Navbar in NextJs using shared layouts and CSS modules.

Create a Navbar in NextJs using shared layouts and CSS modules.

15
Comments
1 min read
Deploying a PostgresQL, Redis, GraphQL backend and frontend the easiest way!

Deploying a PostgresQL, Redis, GraphQL backend and frontend the easiest way!

7
Comments
5 min read
superplate - Performance-oriented Frontend application creator with popular tools

superplate - Performance-oriented Frontend application creator with popular tools

25
Comments
1 min read
How to get next.js and vercel to work on M1 mac

How to get next.js and vercel to work on M1 mac

8
Comments 1
5 min read
Setting up Namecheap domain in Vercel

Setting up Namecheap domain in Vercel

4
Comments 1
3 min read
I created a collection of UI Components for React built with Tailwind CSS

I created a collection of UI Components for React built with Tailwind CSS

313
Comments 36
1 min read
Setting up Chakra UI in a Next.js Project

Setting up Chakra UI in a Next.js Project

8
Comments
2 min read
5 Awesome React Hooks ⚛️

5 Awesome React Hooks ⚛️

242
Comments 4
2 min read
NextJs + Tailwind Portfolio

NextJs + Tailwind Portfolio

3
Comments 2
1 min read
Bedrock - modern full-stack Next.js & GraphQL boilerplate

Bedrock - modern full-stack Next.js & GraphQL boilerplate

40
Comments 1
3 min read
How to add a blog using Dev.to as a CMS to a Next.js website

How to add a blog using Dev.to as a CMS to a Next.js website

69
Comments 19
13 min read
Next.JS Undraw and TailWind Light/Dark theme tutorial

Next.JS Undraw and TailWind Light/Dark theme tutorial

13
Comments
2 min read
GitHub Actions HTTP security with Mozilla Observatory

GitHub Actions HTTP security with Mozilla Observatory

8
Comments
1 min read
What do you think about my portfolio?

What do you think about my portfolio?

14
Comments 3
1 min read
problem with image/video loading in Next js

problem with image/video loading in Next js

8
Comments 2
1 min read
Custom authentication UI for Amplify and Next.js website with React Hook Form and Tailwind CSS

Custom authentication UI for Amplify and Next.js website with React Hook Form and Tailwind CSS

20
Comments
9 min read
Try the new Essential Next.js plugin, now with auto-install!

Try the new Essential Next.js plugin, now with auto-install!

13
Comments
2 min read
Why I Got Rid of getInitialProps in My Next.js Project

Why I Got Rid of getInitialProps in My Next.js Project

2
Comments
1 min read
Full Stack Cloud SSR with Next.js, Tailwind, and AWS CDK

Full Stack Cloud SSR with Next.js, Tailwind, and AWS CDK

28
Comments 1
8 min read
Build Nextjs app with a Restapify mocked API

Build Nextjs app with a Restapify mocked API

54
Comments
6 min read
How to create a select component with placeholder in React

How to create a select component with placeholder in React

16
Comments 3
2 min read
How to manage Internationalization with NextJS SSG

How to manage Internationalization with NextJS SSG

4
Comments 3
2 min read
Create a sitemap with Next.js

Create a sitemap with Next.js

11
Comments 2
2 min read
Add Twitter card to Next.js project and preview with ngrok

Add Twitter card to Next.js project and preview with ngrok

20
Comments 4
3 min read
Incremental Static Regeneration: Its Benefits and Its Flaws

Incremental Static Regeneration: Its Benefits and Its Flaws

80
Comments 5
5 min read
CSS variable with Styled Components in Next.js/React.js

CSS variable with Styled Components in Next.js/React.js

12
Comments
1 min read
Composition in Next.js Static Properties

Composition in Next.js Static Properties

5
Comments
1 min read
Next.js Incremental Static Site Regeneration and Apollo GraphQL Caching

Next.js Incremental Static Site Regeneration and Apollo GraphQL Caching

7
Comments 1
2 min read
Creating a Slack clone with Supabase and Next.js

Creating a Slack clone with Supabase and Next.js

4
Comments
5 min read
Next.js API Routes Validation with YUP

Next.js API Routes Validation with YUP

10
Comments
1 min read
Next.js Trash Course - Part 1/3

Next.js Trash Course - Part 1/3

460
Comments 18
8 min read
loading...