Learn to structure your Next.js project strategically to build an application that will scale up without any issues as your project grows.
The partial pre-rendering feature from Next.js 14 leverages the React Suspense API to incrementally render web page content as it is needed.
This tutorial builds a simple app to demonstrate communication between two sibling components using Redux, a popular state management tool.
We explore the advantages, drawbacks, and best practices associated with using Next.js no-code platforms to speed up frontend development.
We compare and evaluate the Analog.js, Next.js, and SolidStart meta-frameworks, build an app with each, and look at performance.
Explore the route handling features in Next.js v13.2, demo how to use it, and compare it to the previous routing system.
Here’s a look at how to use Next.js and Famer Motion to apply subtle, elegant page transitions that add personality and style to your site.
We compare four popular testing tools for Next.js in this article: Playwright, Cypress, Jest, React Testing Library, and Vitest.
We investigate using Nx to develop microservices and show how to use Nx to create multiple Next.js apps within a monorepo.
Learn how to use Lucia, a new authentication library, to implement password-based auth in Next.js in this detailed, step-by-step tutorial.
We evaluate Eleventy and Next.js and compare both static site generators in terms of performance, developer experience, scalability, and ecosystem.
Learn how you can use TanStack Query for data handling and state management in applications built with Next.js 13.