Import Components to MDX
July 18, 2024
Likes: 1
Importing components directly into MDX is possible.
Implementing a Like Button in an MDX App with Next.js and Vercel PostgreSQL
June 27, 2024
Likes: 18
In this article, we will walk you 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: 10
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: 8
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: 6
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: 2
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: 1
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: 2
A powerful tool for achieving syntax highlighting in React applications is `sugar-high`, a lightweight syntax highlighter. In this article, we'll...