- File-based routing
- CSS imports
- Parametized Routing
- Wildcard Routing
- Custom App
- Custom Document
- Custom Error Page
- Custom 404 Page
- Custom 500 Page
- Server-side data fetching for pages through
getPageData
andusePageData
- Server-side data fetching for custom app through
getAppData
anduseAppData
- Asset versioning
- Client-side code-splitting (not extended to lazy-loaded components)
- Navigation prefetching
- ES Objects (e.g.
Map
,Set
, etc.) server-side encoding to client-side decoding - 404 through
getPageData
- Static file serving through
/public
- Request Compression
- API routes through
/api
- Redirects
More to add
MIT © lxsmnsyc