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.
See how Contentful can be easily integrated into your Next.js app, enabling you to access and display content flexibly and dynamically.
In this article, we will look at a new UI library for React and Next.js, NextUI, to build a simple ecommerce application.
Learn how to use the Next SEO plugin so you can effectively manage your Next.js app’s SEO without missing any properties.
Outstatic is a relatively new static CMS for Next.js applications. Let’s learn what makes it promising and how to use it in our projects.
We’ll talk about how to set up a Next.js project, data fetching from an API endpoint with getStaticProps method, and implementing pagination.
Compare a few features of popular meta-frameworks Remix, Next.js, and SvelteKit, ranging from initiating a project to adding styling.
Learn what you need to know about end-to-end testing with Next.js apps and how to perform tests with Cypress and TypeScript.