Hello World
Feb 9, 2026
TanStack StartMDX
This is my first blog post using MDX with Content Collections and TanStack Start!
Features
- MDX Support: Write content in Markdown with JSX components
- Type Safety: Full TypeScript support with schema validation
- TanStack Start: Modern React framework with file-based routing
Code Example
function greet(name: string): string {
return `Hello, ${name}!`;
}
console.log(greet('World'));
More posts coming soon!