import Link from 'next/link'
export default () => (
<div>
<h1>Hello Next.js 👋</h1>
<Link href='/about'><a>About</a></Link>
</div>
)
Automatic code splitting, filesystem based routing, hot code reloading and universal rendering.
Learn Next.jsComplete control over Babel and Webpack. Customizable server, routing and next-plugins.
View Full DocumentationOptimized for a smaller build size, faster dev compilation and dozens of other improvements.
View ShowcaseTutorials, examples and quizzes.
Learn Next.js step-by-step and earn points ✨.