nextjs
This article will explore three unique strategies for easily integrating MDX into your Next.js applications.
Learn how to analyze your Next.js app bundles to identify areas for optimization, reduce your codebase, and improve app performance.
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 about the different methods you can use to import and use SVGs (and other formats) in a Next.js application.
Learn how to use the Next SEO plugin so you can effectively manage your Next.js app's SEO without missing any properties.
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.
In this thorough guide, we’ll compare the Next.js and Nuxt.js JavaScript frameworks, their use cases, and their pros and cons.
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 monorepos are and the tools required for working with them for Next.js with this follow-along tutorial.