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.
NextJS authentication in 5 minutes

NextJS authentication in 5 minutes

8
Comments
3 min read
Seeding a Prisma database in Next.js

Seeding a Prisma database in Next.js

10
Comments
2 min read
Next.Js Series #6 - How does 'Image' component from 'next/image' improve the web app performance

Next.Js Series #6 - How does 'Image' component from 'next/image' improve the web app performance

17
Comments
4 min read
Progressive Web App (PWA) in Next.js

Progressive Web App (PWA) in Next.js

6
Comments
5 min read
How to setup Contentlayer in your Next.js app?

How to setup Contentlayer in your Next.js app?

9
Comments 7
3 min read
NextAuth the easiest authentication for Next.js

NextAuth the easiest authentication for Next.js

72
Comments 1
3 min read
How to build a blog with Next.js 👨‍💻

How to build a blog with Next.js 👨‍💻

14
Comments
2 min read
Next.js vs React.js which should you choose in 2021 ?

Next.js vs React.js which should you choose in 2021 ?

11
Comments 2
7 min read
How to Initialize a Firebase app in the new modular Web SDK in Next.js

How to Initialize a Firebase app in the new modular Web SDK in Next.js

21
Comments 1
1 min read
Building and measuring a sign up funnel with Supabase, Next.js, and PostHog

Building and measuring a sign up funnel with Supabase, Next.js, and PostHog

13
Comments
14 min read
Adding Quill Modules into ReactQuill in NextJS

Adding Quill Modules into ReactQuill in NextJS

7
Comments
1 min read
Convert Next.js app to PWA

Convert Next.js app to PWA

86
Comments 2
3 min read
I made a cheatsheet for Next.js to add debugging, dev url, Tailwind, SEO, ESLint with Typescript, analytics, sitemap, etc.

I made a cheatsheet for Next.js to add debugging, dev url, Tailwind, SEO, ESLint with Typescript, analytics, sitemap, etc.

8
Comments
1 min read
Using Bootstrap in Next.js + free starter

Using Bootstrap in Next.js + free starter

23
Comments 2
4 min read
Fetch both price and product data from stripe in a single api call

Fetch both price and product data from stripe in a single api call

15
Comments 2
2 min read
Create A Feedback Widget for Your React App

Create A Feedback Widget for Your React App

14
Comments 4
5 min read
⚡️ Free Next.js responsive landing page template for SaaS products made using JAMStack architecture.

⚡️ Free Next.js responsive landing page template for SaaS products made using JAMStack architecture.

29
Comments
1 min read
Build an Ecommerce Store with Next.js, Auth0 and Cloudinary

Build an Ecommerce Store with Next.js, Auth0 and Cloudinary

28
Comments
11 min read
How to deploy Next.js app to production 🚢

How to deploy Next.js app to production 🚢

15
Comments
2 min read
How to Add An RSS Feed to a NextJS Blog

How to Add An RSS Feed to a NextJS Blog

8
Comments
6 min read
Facebook create post section using NextJs,TailwindCSS and Headless UI

Facebook create post section using NextJs,TailwindCSS and Headless UI

8
Comments
4 min read
Jamstack, et on déploie !

Jamstack, et on déploie !

2
Comments
3 min read
Building a client database of people in React

Building a client database of people in React

212
Comments 6
9 min read
Simple Donation Request Application

Simple Donation Request Application

9
Comments 4
9 min read
How do you implement an external script?

How do you implement an external script?

3
Comments 1
1 min read
5 Steps to add Google Analytics to NextJS Application🙌

5 Steps to add Google Analytics to NextJS Application🙌

34
Comments 3
2 min read
Day 10: Fixing a bug that renders buttons in dark mode but embedded Google Maps in light mode

Day 10: Fixing a bug that renders buttons in dark mode but embedded Google Maps in light mode

5
Comments
8 min read
🔥 How to create a Landing Page with Next JS in 5 minutes and deploy in production 🚀

🔥 How to create a Landing Page with Next JS in 5 minutes and deploy in production 🚀

31
Comments
2 min read
End-to-end type safety with Next.js, Prisma, and GraphQL

End-to-end type safety with Next.js, Prisma, and GraphQL

13
Comments 1
15 min read
Sending SMS Messages with AWS Amplify and NextJS

Sending SMS Messages with AWS Amplify and NextJS

36
Comments
9 min read
Passwordless Email login in NextJs using NextAuth

Passwordless Email login in NextJs using NextAuth

2
Comments
3 min read
Rakkas: Next.js alternative powered by Vite

Rakkas: Next.js alternative powered by Vite

24
Comments 2
4 min read
Next.js conf 2021!

Next.js conf 2021!

2
Comments
1 min read
Next.js: Build Times & Incremental Static Regeneration to the Rescue

Next.js: Build Times & Incremental Static Regeneration to the Rescue

7
Comments
3 min read
The project created by "yarn create next-app" does not recognize eslint

The project created by "yarn create next-app" does not recognize eslint

3
Comments
1 min read
How to Create a PWA With Next.js

How to Create a PWA With Next.js

278
Comments 15
3 min read
Use Storybook with Tailwind in an Nx Workspace

Use Storybook with Tailwind in an Nx Workspace

13
Comments
9 min read
Use Cypress with Next.js and Nx to battle test your React Components

Use Cypress with Next.js and Nx to battle test your React Components

7
Comments
7 min read
Publishing a Next.js app to Vercel with Nx

Publishing a Next.js app to Vercel with Nx

8
Comments
15 min read
Component hydration with MDX in Next.js and Nx

Component hydration with MDX in Next.js and Nx

6
Comments
9 min read
Read and render MD files with Next.js and Nx

Read and render MD files with Next.js and Nx

6
Comments
10 min read
Hot Reload MDX changes in Next.js and Nx

Hot Reload MDX changes in Next.js and Nx

5
Comments
7 min read
Using Nx Workspace generators to scaffold new blog posts

Using Nx Workspace generators to scaffold new blog posts

5
Comments
9 min read
How to add web push notifications to your Next.js project with One Signal

How to add web push notifications to your Next.js project with One Signal

16
Comments 1
5 min read
Next.js Dynamic Routes With Contentful's GraphQL API — with Jason Lengstorf

Next.js Dynamic Routes With Contentful's GraphQL API — with Jason Lengstorf

20
Comments
2 min read
Setup Next.js to use Tailwind with Nx

Setup Next.js to use Tailwind with Nx

11
Comments
7 min read
Create a Next.js web app with Nx

Create a Next.js web app with Nx

7
Comments 1
9 min read
How I created a stack guessing tool using Next.js

How I created a stack guessing tool using Next.js

23
Comments 10
6 min read
Next.Js Series #5 - What is 'Head' component from 'next/head' and how should we use it?

Next.Js Series #5 - What is 'Head' component from 'next/head' and how should we use it?

9
Comments
3 min read
Decentralized Nextjs Frontend with Skynet Checklist

Decentralized Nextjs Frontend with Skynet Checklist

4
Comments
1 min read
Build a Free NextJS Commenting System using Github [Part 1/2]

Build a Free NextJS Commenting System using Github [Part 1/2]

28
Comments 1
5 min read
Build a Free NextJS Commenting System using Github [Part 2/2]

Build a Free NextJS Commenting System using Github [Part 2/2]

10
Comments 3
6 min read
🪟 Windows 11 inspired portfolio 🪟

🪟 Windows 11 inspired portfolio 🪟

264
Comments 21
2 min read
Cómo integrar Google Analytics en NextJS para cumplir con la Ley de Protección de Datos

Cómo integrar Google Analytics en NextJS para cumplir con la Ley de Protección de Datos

6
Comments
5 min read
Using forms in Next.js

Using forms in Next.js

10
Comments
3 min read
Add Fuzzy Search to Your Web App with this Open Source Tool

Add Fuzzy Search to Your Web App with this Open Source Tool

17
Comments
6 min read
Working with Next.js + Headless CMS 👨‍💻

Working with Next.js + Headless CMS 👨‍💻

11
Comments
2 min read
A Guide to user authorization in Nextjs

A Guide to user authorization in Nextjs

7
Comments 1
6 min read
Rendering Options on the Web: Server, Client, Static

Rendering Options on the Web: Server, Client, Static

51
Comments 6
7 min read
Add video chat to a Next.js app in 30 minutes with Daily Prebuilt

Add video chat to a Next.js app in 30 minutes with Daily Prebuilt

12
Comments
6 min read
loading...