638 B
638 B
title, date, excerpt, author, tags
| title | date | excerpt | author | tags | |||
|---|---|---|---|---|---|---|---|
| Getting Started with Next.js 15 | 2025-01-07 | Learn how to build modern web applications with Next.js 15 and TypeScript. | John Doe |
|
Getting Started with Next.js 15
Welcome to this example blog post! This post demonstrates how markdown content is rendered.
Features
- Server Components by default
- Improved performance
- Better TypeScript support
Code Example
export default function Page() {
return <h1>Hello, Next.js 15!</h1>
}
Conclusion
Next.js 15 brings many improvements for building modern web applications.