Next.js App Router
Primary framework supporting React Server Components with integrated routing and server rendering capabilities.
Remix
Supports React Server Components via React Router integration, offering a different approach to server rendering.
Gatsby
Provides hybrid rendering but with less direct support for React Server Components.
SvelteKit
Offers server-side rendering with component boundaries but uses a different framework and approach than React Server Components.