Learn what monorepos are and the tools required for working with them for Next.js with this follow-along tutorial.
The developer experience for Next.js vs. React is similar in some ways and drastically different in others.
This lesson covers how to optimize the font loading experience in a Next.js project as well as how to add custom and Google fonts.
Learn how to set up, test, and deploy a rate limiter in a Next.js app using a Redis client. Manage the number of requests to your server.
This article will explore the different methods you can use to import and use SVGs in a Next.js application.
In the fast-paced world of web development, security has become a major concern for developers and businesses alike. With the […]
Next.js and Angular are both popular JavaScript frameworks for developing web applications. Let’s compare their features, use cases, and more.
Learn how to use Next.js Router events to create a progress bar indicator and then customize the loader with styling and animation.
Learn how creating an application with Next.js, Tailwind, and Storybook allows you to leverage the benefits of component-driven development.
In this article, we will take a closer look at how you can simplify the implementation of authentication in Next.js by using AWS Amplify.
You can use Jotai in Next.js projects to share and manage states across your application using a bottom-up approach.
This article will explore three unique strategies for easily integrating MDX into your Next.js applications.