Building a Contact Form in Next.js 15
December 5, 2024
Likes: 1
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: 5
The new release focuses on performance, security, and modern development capabilities.
Creating Anchor Links to Page Sections in MDX documents
September 15, 2024
Likes: 4
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: 0
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: 1
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...
Frictionless Content Creation with MDXBlog
August 25, 2024
Likes: 1
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: 2
In this article, we'll explore how to import and use custom components in MDX files and then dive into how...