- Import Components to MDX- July 18, 2024 - Likes: 6 - Importing components directly into MDX is possible. 
- Like Button in an MDX App with Next.js and Vercel PostgreSQL- June 27, 2024 - Likes: 30787 - In this article, we will walk through the process of creating a like button for an MDX-based Next.js application. 
- Metadata Objects in Next js MDX Blog- June 23, 2024 - Likes: 13 - In this post, we want to share why we chose to use Metadata Objects over frontmatter for handling MDX metadata... 
- Building a Content Management System for Static MDX Files- June 4, 2024 - Likes: 10 - In this article, we'll walk you through creating a content management system (CMS) for our MDXBlog, where blog posts are... 
- Limitations of next mdx remote and an Alternative Approach- June 1, 2024 - Likes: 7 - 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 Static MDXBlog with Next.js- May 26, 2024 - Likes: 4 - Create a Next.js 14 app that generates static MDX pages from documents stored in a local directory using the next/mdx... 
- Adding MDX Support to Your Next.js Project and the next config File- May 18, 2024 - Likes: 7 - If you're looking to integrate Markdown with JSX (MDX) into your Next.js project, you're in the right place. 
- The Jamstack and Web Development with MDX- May 10, 2024 - Likes: 2 - The Jamstack represents a modern approach to building websites and applications that deliver better performance, higher security, and easier scalability. 
- Content Management in Next.js with SSR and SSG using MDXRemote- May 4, 2024 - Likes: 2 - This article explores the capabilities, use cases, and technical workings of MDXRemote in Next.js environments. 
- Syntax Highlighting in React Applications Using Sugar High- May 1, 2024 - Likes: 8 - A powerful tool for achieving syntax highlighting in React applications is `sugar-high`, a lightweight syntax highlighter. In this article, we'll...