JSerZANP / jser.dev-comment

1 stars 0 forks source link

react/2023/04/20/how-do-react-server-components-work-internally-in-react/ #20

Open utterances-bot opened 7 hours ago

utterances-bot commented 7 hours ago

How do React Server Components(RSC) work internally in React?

React Server Components are rendered on server and its JSON format response is streamed to client in multiple chunks.

https://jser.dev/react/2023/04/20/how-do-react-server-components-work-internally-in-react/

wo-o29 commented 7 hours ago

hello jser I'm really enjoying your series on how React works internally and I think it's helped me a lot!

3.4 One task means one chunk. In that part, the initial chunk is already reserved when the response is first created. You said, but since the function name is createRequest, wouldn't it be correct to say that the description means Request, not Response??

I get a lot of help every time. thank you👍👍👍