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.
While Remark42 doesn’t natively work with Next.js, this tutorial provides a convenient workaround for easily building a comments section.
With Serverless Next.js, we can easily deploy our application to a Serverless Architecture to maximize speed and scalability.
Spend less time worrying about implementing data fetching logic and focus on building your app by using the Apollo Client with Next.js.