Building forms is a vital crux for many software applications. Forms are generally meant for collecting data from users. With […]
Here’s a quick look at how Next.js’s current router works, its limitations, and the biggest changes coming up with the next Next.js router.
Use FastAPI, Strawberry, and GraphQL in a Next.js app that improves developer experience by using types and automating the code generation.
Learn how to set up a Shopify store and create a Next.js application to list and display your products with dummy data.
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.