next-slug-splitter Demo

This minimal Next.js app demonstrates how next-slug-splitter separates light and heavy MDX pages into optimized route handlers.

Pages

Getting Startedlight

Pure Markdown — no custom React components

Tutoriallight

Uses <Callout /> from the MDX component scope

Interactive Demoheavy

Uses <Counter /> — a stateful React component

Dashboardheavy

Uses <Chart /> and <DataTable /> — multiple heavy components

How it works