Server Components in React (Simple Tutorial)

  Рет қаралды 10,456

Cosden Solutions

Cosden Solutions

Ай бұрын

🚀 Project React → cosden.solutions/project-react
Source Code → github.com/cosdensolutions/co...
Join The Discord! → discord.cosden.solutions
VSCode Theme | Font → Material Theme Darker | Menlo, Monaco "monospace"
In this video we will learn about server components in React. Server components are a different type of component in React that runs exclusively on the server. They offer a fundamental shift in how we think about React applications and allow us to define a boundary between what runs on the server, and what runs on the client. They are the future of React and this video will prepare you for it!

Пікірлер: 49
@ha1dysh
@ha1dysh Ай бұрын
You explained it like I was 3 years old and I really liked it
@nemeziz_prime
@nemeziz_prime 29 күн бұрын
This explanation with simple clear differentiating examples is probably the best I have ever seen to understand client vs server components
@bravin_w
@bravin_w Ай бұрын
Now i can add Next js to my resume
@sontranvan5348
@sontranvan5348 Ай бұрын
add more certification finished 25 minutes watching NExtjs(Server component) =)))
@joshysmarty2540
@joshysmarty2540 Ай бұрын
honestly 😂
@osmankain1508
@osmankain1508 18 күн бұрын
I think Next.je is beyond than just server components
@prakashbanjade4374
@prakashbanjade4374 Ай бұрын
Now I am even more clear on Server components. Thanks. Keep making such videos.
@raoufabdallah5697
@raoufabdallah5697 Ай бұрын
omg I love you man, i've just woke up thinking where to learn about server components, and i told my self let's checkout cosden and here it is, a brand-new video. you are the goat of react these days !
@dominiquebello3212
@dominiquebello3212 Ай бұрын
I was struggling with a Next.js app. Exverything is crystal clear now! Thank you!
@nayandey5010
@nayandey5010 Ай бұрын
I finally understand server components ... thank you
@legend_749
@legend_749 Ай бұрын
Wow, what a great explaination, Thank you 🔥
@pixyoutube538
@pixyoutube538 Ай бұрын
Awesome video, easy to understand, thanks brother!
@bharathnaidu4636
@bharathnaidu4636 Ай бұрын
I Always get suprised with ur stuff😊
@maxpauwels3727
@maxpauwels3727 Ай бұрын
Incredible explanation 👌
@alangraton2000
@alangraton2000 Ай бұрын
As always, great vid! Was able to understand something that was a bit abstract for me ^-^
@sathirabandara7981
@sathirabandara7981 Ай бұрын
very useful tutorial. good job keep it up.
@dharylcarryalmora5414
@dharylcarryalmora5414 Ай бұрын
Now i truly understand what's the cause of hydration error 😊😂 Thanks again 😊
@samahgad241
@samahgad241 29 күн бұрын
Thanks Cosden🥳❤
@lana__4157
@lana__4157 Ай бұрын
Server Components really takes React in the direction of how dynamic web apps were built traditionally with programming languages like PHP. I'm really excited with the direction React is heading
@TheArestus
@TheArestus Ай бұрын
Thank you!
Ай бұрын
Right now I can say that "I understand server and client components" ...after I have seen 1500 videos about server/client components :)
@alexmercer416
@alexmercer416 Ай бұрын
amazing!
@dharylcarryalmora5414
@dharylcarryalmora5414 Ай бұрын
Nice 😊
@avaneeshc
@avaneeshc Ай бұрын
Hey cosden, I really like your explanations. I am currently building a movie search application in next.js server actions where I have a input field with debouncing where I am fetching data from tmdb api after the input field is updated. So I got stuck here. Can you please make a tutorial on this topic. Thanks for the tutorials keep it up.
@godofwar8262
@godofwar8262 12 күн бұрын
Should i learn backend before next js to use full potential
@jevinjivani8377
@jevinjivani8377 Ай бұрын
Can you please make video on a wildcard subdomain using vercel?
@ptolemyhenson6838
@ptolemyhenson6838 Ай бұрын
How do you show a loading graphic while awaiting the server component to return code?
@justinoconnell7307
@justinoconnell7307 Ай бұрын
Loading page in Next or Suspense boundary in plain React
@mattraw5522
@mattraw5522 Ай бұрын
Maybe use a suspense element
@shravananto6107
@shravananto6107 Ай бұрын
will create playlist for TailWind css, brother
@abdullah44925
@abdullah44925 Ай бұрын
Server here doesnt mean 'backend server' right? Somethign you would build in Node to handle authentication, database interactions and whatnot
@cosdensolutions
@cosdensolutions Ай бұрын
It does. It's exactly that! You run React on the server
@danishsadpara
@danishsadpara Ай бұрын
First ❤🎉
@cosdensolutions
@cosdensolutions Ай бұрын
congrats! 🎉
@kamleshpaul414
@kamleshpaul414 Ай бұрын
someone needs to create vs code extension to show error server component or client component
@harpo187bling
@harpo187bling Ай бұрын
Bro any coupon code for your course?
@cosdensolutions
@cosdensolutions Ай бұрын
maybe, email me
@rajfekar1514
@rajfekar1514 Ай бұрын
please explain shadcn data table how to make filterd data from api data
@MrKsvignesh
@MrKsvignesh 27 күн бұрын
Look at tutor joe's channel
@frontend_ko
@frontend_ko Ай бұрын
what happens if different props are passed to rsc? how can i pass props from client components to rsc children?
@JoshLearningFrontend
@JoshLearningFrontend Ай бұрын
Create a tutorial video on react virtualization
@cosdensolutions
@cosdensolutions Ай бұрын
I just made one 😅
@Dadaadad268
@Dadaadad268 Ай бұрын
I can't get my head to understand what a 'server' is. I assumed it was a program that would run on a separate port - but it doesn't seem so here?
@cosdensolutions
@cosdensolutions Ай бұрын
the server is just the app that's running on your machine. It's just a process like any other app on your PC (whatsapp, chrome, etc). In this case it just runs the Next.js app which has the ability to render components before sending them to the browser
@Dadaadad268
@Dadaadad268 Ай бұрын
@@cosdensolutions thank you, that helps!
@mdaljac
@mdaljac Ай бұрын
It's node.js
@juanofdark
@juanofdark Ай бұрын
Amazon Bro! You should throw some videos in Spanish please!! Jajaja
@DhananjayKumar-qm6ht
@DhananjayKumar-qm6ht Ай бұрын
bro can u provide your emailid i want to discuss about project react course
@pratiksavaliya3890
@pratiksavaliya3890 Ай бұрын
This is click bait...this is server component in next and not react...
React Email with Resend (Complete Tutorial)
24:16
Cosden Solutions
Рет қаралды 8 М.
7 Senior React Developer Tools (Realistic Workday)
18:53
Cosden Solutions
Рет қаралды 5 М.
Кәріс тіріма өзі ?  | Synyptas 3 | 8 серия
24:47
kak budto
Рет қаралды 1,6 МЛН
I PEELED OFF THE CARDBOARD WATERMELON!#asmr
00:56
HAYATAKU はやたく
Рет қаралды 29 МЛН
skibidi toilet 73 (part 2)
04:15
DaFuq!?Boom!
Рет қаралды 32 МЛН
Common Mistakes and Advanced Typescript Techniques
10:49
Ljupche Vasilev
Рет қаралды 5 М.
10 common mistakes with the Next.js App Router
20:37
Vercel
Рет қаралды 167 М.
Efficiently Render 100,000 Rows in React
16:41
Cosden Solutions
Рет қаралды 14 М.
You Are Using useEffect Wrong
14:40
Cosden Solutions
Рет қаралды 29 М.
Learn React Hooks: useCallback - Simply Explained!
17:15
Cosden Solutions
Рет қаралды 66 М.
ChatGPT’s Amazing New Model Feels Human (and it's Free)
25:02
Matt Wolfe
Рет қаралды 175 М.
You might not need useEffect() ...
21:45
Academind
Рет қаралды 134 М.
GPT-4o Deep Dive: the AI that CRUSHES everything
28:11
AI Search
Рет қаралды 36 М.
Кәріс тіріма өзі ?  | Synyptas 3 | 8 серия
24:47
kak budto
Рет қаралды 1,6 МЛН