React Server Components vs SSR

React Server Components vs SSR

Kodaps Academy

10 месяцев назад

11,124 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@27sosite73
@27sosite73 - 05.12.2023 03:48

subscription

Ответить
@dinub8414
@dinub8414 - 03.12.2023 22:51

Excellent work, sir

Ответить
@dawid_dahl
@dawid_dahl - 30.11.2023 23:22

Could you please explain why SEO is not affected by streaming in that weird JSON-like syntax?

Ответить
@dawid_dahl
@dawid_dahl - 30.11.2023 23:18

Wow, great video and production. Subscribed!

Ответить
@thequang9234
@thequang9234 - 30.11.2023 06:26

Damn this was a good watch. Thank you sir for spreading your knowledge : )

Ответить
@perspective6516
@perspective6516 - 28.11.2023 20:49

This is only video that helped me to understand server components easily. Thanks man

Ответить
@mohammadmolaei1402
@mohammadmolaei1402 - 26.10.2023 10:38

thank you

Ответить
@RegalWK
@RegalWK - 06.10.2023 22:13

SSR is about initial page only, it renders all elements and send them as pure HTML with js to hydrate it on the client side (once it’s done you have interactivity e.g. you can click a button)

Server components are about components, you can send them as react structure to the client to display some data (fetched and rendered on the server)

SSR is about whole page, and RSC is about single component

Ответить
@pedroklepa
@pedroklepa - 27.09.2023 11:51

Super didactic explanation, thank you for this.

Ответить
@lakshkataria
@lakshkataria - 09.09.2023 20:55

Is it possible to fetch data on a client side component and feed it down to a server side component? Now that I think about it, I have no idea why the app I’m building is structured like that but it might just be down to not having enough understanding of the concepts

Ответить