nextjs Posts (1-2)

Using MDX

Learn MDX in Next.js to mix Markdown with React. This guide shows setup with @next/mdx, usage tips, and examples to embed JSX in posts—ideal for blogs, docs, and interactive tutorials.

YouSun Mar 23 2025
Using MDX

Next.js Pages

Dive into the details of Next.js Pages with examples, dynamic routing, pre-rendering strategies like Static Generation and SSR, and pro tips for building fast, SEO-friendly web apps. Packed with insights and tricks from my latest project!

YouFri Mar 21 2025
Next.js Pages