Basic Markdown Guide
February 6, 2025
Likes: 2
Markdown is a lightweight markup language for formatting plain text
How Next.js Processes MDX
January 8, 2025
Likes: 3
Next.js provides seamless support for MDX through the @next/mdx package, allowing developers to write and render MDX content in various...
Building a Contact Form in Next.js 15
December 5, 2024
Likes: 3
This article demonstrates how to implement a secure, functional contact form that integrates client-side validation, Google reCAPTCHA, and a server-side...
MDXBlog Updated for Next.js 15
November 7, 2024
Likes: 6
The new release focuses on performance, security, and modern development capabilities.
Creating Anchor Links to Page Sections in MDX documents
September 15, 2024
Likes: 5
Anchor links can enhance navigation and make the content more accessible by creating links to specific sections within a page....
Making a Custom Link Component for External Navigation
September 6, 2024
Likes: 1
Opening a link in a new browser tab can be useful, but MDX does not directly support attributes.
Integrating Dynamic Components in MDX Files in Next.js 14
September 2, 2024
Likes: 3
One of the standout features of MDX (Markdown with JSX) in Next.js 14 is its ability to blend static content...
Understanding Static Site Generation in MDXBlog
August 31, 2024
Likes: 3
Static rendering is a powerful feature of Next.js that allows you to pre-generate HTML pages at build time.
Keyboard-Driven Content Creation: Markdown and MDX with Vim Motions
August 30, 2024
Likes: 3
Markdown and MDX, paired with Vim motions, offer a streamlined, efficient workflow for content creation that prioritizes keyboard over mouse...
Caching MDX Metadata for Fast Post Management
August 28, 2024
Likes: 1
By extracting metadata from your MDX files and storing it in a cache, you can dramatically speed up operations like...