An introduction to React Server Components

preview_player
Показать описание

TIMESTAMPS ⏰
00:00 Introduction
01:30 History
03:29 Introduction to RSC
04:35 Submitting with Server Actions
07:25 Reloading with Router
08:33 Referencing client components from server components
10:20 Server actions without forms
11:26 RSC benefits
12:08 RSC vs SSR
12:52 Streaming with Suspense
14:33 RSC performance benefits
16:03 Is RSC a feature or model?
17:07 Outro

LINKS MENTIONED 🔗

ABOUT ABLY 👋

Ably is an enterprise-grade pub/sub messaging platform. We make it easy to efficiently design, quickly ship, and seamlessly scale critical realtime functionality delivered directly to end-users. Every day, we deliver billions of realtime messages to millions of users for thousands of companies.

ABLY ON SOCIAL
Рекомендации по теме
Комментарии
Автор

Great video! You broke down the topics well, I find myself understanding RSC and this new model well on one day and lost the next but I think you broke it down efficiently! Will definitely be rewatching 😁

noelalfaro
Автор

Good video. I have one question - in you research, did you found a smooth way to pass data from client component to server component? Lets say, user click on an item in the table and a table footer pops up with more data about the row that was clicked in the table. I want the "more data" to be fetched and displayed in server component. But for the server component to know what data to fetch it need the row id which is stored in state management system Zustand (runs only on client).... So how can i pass the newly selected ID to server compoennt?

janisbasisbasovsdev