Using Tailwind CSS and Next.js together can be a powerful match, sometimes a few bugs get in the way. Learn to fix them in this tutorial.
React server-side rendering offers performance benefits vs. client-side rendering. Learn about different React SSR frameworks.
At their most basic levels, Next.js is a full-stack framework specifically built for React, whereas Astro is a static site generator offering support for React.
Different projects have different needs. Let’s go over three hosting solutions for Next.js, including Vercel, Netlify, and Heroku.
Next.js v9.5 introduces Incremental Static Regeneration, a hybrid version of SSG and SSR. Learn about how it can be used.
Build a Hacker News client that is responsive for mobile view, is server-side rendered, and supports pagination.
Learn how to build a DAO, mint NFTs, airdrop tokens, and add voting functionality using only JavaScript in this complete tutorial.
Choosing a styling option is dependent on many factors. Thankfully, Next.js offers built-in support for CSS in a variety of different ways.
Check out these different ways to run tests and handle errors in Next.js apps using Cypress, a JavaScript-based testing framework.
In this tutorial, you’ll learn how to set up Firestore’s Cloud Firestore and communicate with the database through a Next.js app with API endpoints.
Learn why you should use HTML static exporting from a Next.js application, HTML static export use cases, and how you can do it yourself.
Follow this tutorial to build an interactive blog or documentation with pagination and styling that uses Next.js and MDX, with content entirely written in MDX.