-
Notifications
You must be signed in to change notification settings - Fork 18
This discussion can be used to create a list of libraries/solutions that support React Server Components.
Note
The following libraries are able to be used in Server Components, effectively running "server only". They do not need to send additional JavaScript to the client-side.
Categories
General
Content
Styling
- CSS Modules
- PostCSS
tailwindcsskuma-uipandacssstyle9tamaguitss-reactvanilla-extractrewind-ui
Client Components Compatibility
Note
The following libraries do not run in Server Components, but instead, add the "use client" directive to components. This means they are able to be used alongside Server Components (for example, as children), but they still require client-side JavaScript. Client Components are still SSRed.
All reactions
Replies: 4 comments 2 replies
How about shadcn/ui?
All reactions
I don't think it should be included since it's not a library, it's more of a code generator or documentation resource.
All reactions
how about https://github.com/dai-shi/waku. a minimal React framework
All reactions
Not a library, though it does support them the other way around as a framework.
All reactions
Jotai can also be listed in "Client Components Compatibility". (Supported in v2.6.0)
All reactions
An experimental server components from KendoUI, available on npm under @progress/kendo-react-server-components
Could be features as native RSCs I guess?
Built 'server-first' with minimal client-side JS to support interactivity and enhance the UX
All reactions
-
❤️ 2 -
🚀 4