React Server Components is a subset of React.js, it allows loading components from the backend. The components have already been rendered in the backend and can be seamlessly integrated into the running app. This feature is still in experiment.
Questions tagged [react-server-components]
123 questions
0
votes
1 answer
React Hydrogen Unknown file extension ".css" when using slider library
I'm trying to use a Splide Slider library inside my Hydrogen project. Hydrogen makes use of server components.
So, I created the slider as a .client component and then try to render it in a server component. However I get an error because I'm…

dustin
- 61
- 6
- 15
0
votes
0 answers
NextJS 13: How to Set Cookies on Server Side and get Request IP?
Am I missing something, or is it impossible to set cookies on the server side, get IP address/location of user, and redirect users from the app directory for non-api routes? I understand it's still in beta, but is it just half baked at this point or…

LUKER
- 540
- 1
- 5
- 23
0
votes
1 answer
React server side component - alternative to `response.readRoot()` function
In React server components official GitHub example repo at exactly in this line here they are using response.readRoot().
I want to create a similar app for testing something with RSC's and it seems like the response does not contain the .readRoot()…

amdev
- 6,703
- 6
- 42
- 64