React Server Components – The Necessary Complexity (re-upload)

Опубликовано: 21 Март 2026
на канале: Parasocial Fix
343
9

slides https://github.com/JLarky/slides/tree...

https://www.meetup.com/remix-utah/eve...

Chapters:
0:00 Intro
3:25 talk starts (narratives)
12:42 slide 2 (disclaimer)
15:35 slide 3 (RSC is just X)
18:20 slide 4 (Necessary complexity)
26:16 "real" server frameworks
32:03 React was ready for RSC
33:28 Angular's typescript
37:55 slide 5 (demo)
45:48 App returns jsx
47:47 hydrateRoot
52:03 put html tag in React
58:18 how compiled JSX looks
1:00:28 JSX, VDOM, React Element, React Node, DOM element
1:05:33 packUnpack to serialize a component into a string
1:13:05 using replacer/receiver to serialize/deserialize JSX
1:19:40 add routing (client-only component at the root)
1:29:00 building router Fully in React