Tutorials, product notes, and MDX publishing stories.
This article may help developers understand why making the switch to server actions can be a valuable move for their...
Major updates to MDXBlog that brings new features and improvements, aimd at making our development experience even better.
Images are essential in enriching the content of your markdown or MDX files, helping to convey information visually and make...
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.