⚛️ React SSR vs server components

preview_player
Показать описание
Server *components* and server *rendering* mean very different things in React. Let's break down the difference.

#programming #webdevelopment #reactjs #tutorial #beginner #whiteboardtheweb
Рекомендации по теме
Комментарии
Автор

Second short I've watched so far after the "react server components explained"... subbed cuz you're so good.

Haroun.Benmahdjoub
Автор

Wow nice knowledge in such short video. Have been checking this channel out lately and I mean it when I say that given he does it consistently he has all the potential to go to 1 million. Keep up with the nice content bro.

syedhaider
Автор

"idiot admire's complexity, genius admire's simplicity".

mouhamedbourouba
Автор

Nice guide. I had to watch a few times to understand the second explanation, it I’ve got it now. You’d use server to write components (via the “use server” directive) that can access the DB, and then use the “use client” directive to enable client side interactivity, offering the best of both worlds, only in a confusing manner, lol.

Sindoku
Автор

It’s worth mentioning that server components don’t necessarily render out to HTML. By default they send back json which hydrates the frontend

Akshatgiri
Автор

modern web development is crazily confusing somehow 😅 at least for me personally

rhenaldkarrel
Автор

I'm wondering if server components are being adopted already in enterprise applications?
I generally see only react like usual client side approach that too without ts lol sometimes.

yashsolanki
Автор

Why did next made decision to make all components server component and in order to use client component you need to add use client.
It should have been other way around like use server for server component and everything else works client component.

virajjoshi
Автор

Do I need to learn nodeJs and expressJs for learning these topics?

devT
Автор

I have a question tho... Once a component has been marked with the "use client" directive, does that automatically turns its children to client components 🤔

abdulramonlasisi
Автор

I think it should be opposite. Server components should be both, and server should be server only. Just change the names. But that’s not gonna happen.

tanglesites
welcome to shbcf.ru