Open
Description
Stability Overview
This issue tracks the current stability of major features in the framework—what’s solid, what’s in progress, and what may need more work.
✅ Stable
Rendering
- SSR
- React
- React Server Components
- React Client Components
- Server Functions
Router
- Middleware
- Interruptors
- Route Handlers
- Returning
Response
objects & Streaming responses - Returning JSX
🚧 Unstable
Prisma Migrations
We've implemented a temporary workaround for Prisma migrations. A proper solution is current in a preview version of Prisma 6.6.0, stable by end of May 2025.
Realtime
We support three main features:
- Changes (via Server Functions)
- Presence
- Broadcast
We haven’t yet run enough experiments to fully validate reliability across these features.
WebAuthn
Setup is currently more complex than we’d like. We're working on ways to simplify the process—likely through improved documentation. The UI feels a bit clunky, I think it could be improved by adding activity indicators, or something along those lines.
The user experience for SDK consumers is expected to remain the same.