June 29, 2026

Hello Blog

Introducing local MDX-powered writing with static HTML for search and sharing.

reactvitemdx

Hello Blog

This is the first local post in the site’s MDX-powered blog. It is mostly Markdown, which keeps writing fast while still allowing richer React components when a post needs them.

What changed

  • Posts live in src/content/blog.
  • Frontmatter powers the index page, SEO tags, RSS, and sitemap output.
  • The production build prerenders each published post into real HTML.

Why MDX

MDX keeps long-form technical writing close to the app while still supporting components for diagrams, demos, and interactive examples.

Static HTML gives crawlers and social preview bots useful content before the React app hydrates.

FeatureStatus
Markdown postsReady
MDX componentsReady
Static prerenderReady