45:40
Roman Titov — React server components
HolyJS — конференция для JavaScript‑разработчиков
Learn more about the HolyJS conference: https://jrg.su/EM4wwV — — React Server Components is a new feature in React that ...
9:24
React Server Components - разбираемся за 10 минут.
В этом видео мы с вами разберем, что такое серверные компоненты, зачем они нужны и чем отличаются от других ...
11:10
A Whole New Way of Thinking with Server Components
React Server Components aren't just a new feature, but a new architecture for React applications. We can now remove a bunch of ...
5:36
React Server Components vs SSR
What's the difference, in React, between Server-Side Rendering and Server Components? For a while, I had trouble identifying ...
52:42
React Server Components: A Comprehensive Breakdown
RSCs are not the easiest thing to understand. I hope this video helps break it down HUGE shoutout to Josh for his incredible blog ...
19:43
React server components from scratch!
Repo: https://github.com/bholmesdev/simple-rsc Let's build a node server, stream an RSC to your browser, and handle client ...
25:27
Server Components in React (Simple Tutorial)
Project React → https://cosden.solutions/project-react Source Code ...
7:31
React Server Components are a bad choice (for shipping)
Making the case that you should not use React Server Components if you want to ship applications quickly. If you want to learn, ...
45:19
Watch this if you hate React Server Components
Server components should be making our apps way faster, but are they? Thank you Frontend Masters for sponsoring! Check them ...
1:23
Why React Server Components? WAY less code.
This short comparison shows a before and after of using plain useState and useEffect to display some server data vs React Server ...
21:46
And Now You Understand React Server Components | Kent C. Dodds
You want to keep up with the future of React. React has evolved over the years and continues to push the component model ...
4:55
The Difference Between React Server Components (RSC) & Server Side Rendering (SSR)
Explore the difference between react server components and server-side rending. Just because they have the word server in them ...
5:10
Server Side Rendering vs React Server Components: 5 Minute Deep Dive
RSC is the default in Next.js and now shipping in TanStack Start, which means if you're writing React in 2026, you're going to ...
43:53
React Server Components Made Easy(With Examples and Demo)
In this video, we will learn about React Server Component(RSC) and its importance. We'll also discuss how RSCs are important ...
37:39
Подкапотка React Server Components | Как работают и где документация?
React 19 и Next.js: пора взять свою волю в кулак и сделать паузу в распитии лавандового рафа. Скоро все работодатели ...
23:06
Secret React Server Component Patterns They Don't Want You To Know
NextJS 13's RSCs are just one vision of how we could use RSCs. The underlying technology gives us a lot more options and ...
26:33
Reflecting on React Server Components
Obviously I love server components, but are they ACTUALLY ready for production? I think it's important that we talk about it.
6:36
Next.js 15 Tutorial - 51 - React Server Components
React Server Components In this video, we explore the evolution of React's rendering techniques from client-side rendering to ...
39:23
Write React Server Components from Scratch
Dan's post that inspired this: https://github.com/reactwg/server-components/discussions/5 - Repo: ...