Frictionless Content Creation with MDXBlog
August 25, 2024
Likes: 3
Our mission is to take the friction out of content creation. We wanted a blogging platform that was easy to...
Using and Styling Custom Components in MDX
August 21, 2024
Likes: 4
In this article, we'll explore how to import and use custom components in MDX files and then dive into how...
Why We Switched from API Routes to Server Actions in Our Latest Next.js Codebase
August 17, 2024
Likes: 3
This article may help developers understand why making the switch to server actions can be a valuable move for their...
Updates to MDXBlog: Enhanced and Streamlined
August 14, 2024
Likes: 3
Major updates to MDXBlog that brings new features and improvements, aimd at making our development experience even better.
How to Use Images in MDX or Markdown Files
August 13, 2024
Likes: 5
Images are essential in enriching the content of your markdown or MDX files, helping to convey information visually and make...
Import Components to MDX
July 18, 2024
Likes: 4
Importing components directly into MDX is possible.
Like Button in an MDX App with Next.js and Vercel PostgreSQL
June 27, 2024
Likes: 29
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: 12
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...