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: 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: 5
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: 5
A powerful tool for achieving syntax highlighting in React applications is `sugar-high`, a lightweight syntax highlighter. In this article, we'll...
The Next.js Portfolio Blog Starter Kit
April 23, 2024
Likes: 2
This template provides MDX support while simplifying the creation of a professional online presence.
Configuring MDX in Next.js
April 22, 2024
Likes: 1
The MDX integration guide provided by Next.js offers a robust solution for if you're looking to enhance your Next.js application...
Simple Static MDXBlog
April 21, 2024
Likes: 4
Creating a static MDXblog in Next.js 14 involves several steps, including setting up your Next.js environment, creating MDX files, and...