Skip to content

Navigation Menu

Sign in
Sign up

Libraries that support React Server Components #6

leerob started this conversation in Q&A
Discussion options

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

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.

You must be logged in to vote

Replies: 4 comments 2 replies

Comment options

How about shadcn/ui?

You must be logged in to vote
1 reply
Comment options

I don't think it should be included since it's not a library, it's more of a code generator or documentation resource.

Comment options

how about https://github.com/dai-shi/waku. a minimal React framework

You must be logged in to vote
1 reply
Comment options

Not a library, though it does support them the other way around as a framework.

Comment options

Jotai can also be listed in "Client Components Compatibility". (Supported in v2.6.0)

You must be logged in to vote
0 replies
Comment options

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

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

AltStyle によって変換されたページ (->オリジナル) /