⚡
Server-Side Rendering (SSR)
Renders pages on the server for faster load times.
📄
Static Site Generation (SSG)
Pre-renders pages at build time for improved performance.
📦
Automatic Code Splitting
Loads only necessary code for each page, improving speed.
🔗
Built-in Routing
Provides a simple and intuitive routing system.
🔧
API Routes
Handles backend logic within the same codebase.