This is a heavy page — it uses a custom React component that ships additional JavaScript to the browser.
The counter below is a stateful React component embedded in MDX:
0
Because this page uses <Counter />, next-slug-splitter classifies it as
a heavy route and generates a dedicated handler that imports only the
Counter component.
Light pages like "Getting Started" never bundle this component code.