|
|
|
|
|
by danielhep
66 days ago
|
|
Without RSC you have to wait for the user to download the application bundle before the request for content can even be sent to the server. So that means that the db queries and stuff are not even initiated until the client has the bundle and runs it, vs with RSC that stuff is all launched the moment the first request comes in from the user. |
|
Also SSR, even in React, existed well before RSCs did, and that seems to be really what you are talking about.