Tutorials, product notes, and MDX publishing stories from the team.
Importing components directly into MDX is possible.
In this article, we will walk through the process of creating a like button for an MDX-based Next.js application.
In this post, we want to share why we chose to use Metadata Objects over frontmatter for handling MDX metadata...
In this article, we'll walk you through creating a content management system (CMS) for our MDXBlog, where blog posts are...
While `next-mdx-remote` offers a robust solution for integrating MDX content in Next.js applications, it presents some limitations that can be...
Create a Next.js 14 app that generates static MDX pages from documents stored in a local directory using the next/mdx...
If you're looking to integrate Markdown with JSX (MDX) into your Next.js project, you're in the right place.
The Jamstack represents a modern approach to building websites and applications that deliver better performance, higher security, and easier scalability.
This article explores the capabilities, use cases, and technical workings of MDXRemote in Next.js environments.
A powerful tool for achieving syntax highlighting in React applications is `sugar-high`, a lightweight syntax highlighter. In this article, we'll...