Skip to main content
JS Party

React: then & now

73 min episode · 2 min read
·

Episode

73 min

Read time

2 min

AI-Generated Summary

Key Takeaways

  • React Server Components: Move data fetching back to server while keeping client interactivity, eliminating loading spinners and waterfalls by streaming dynamic content into static shells for better user experience.
  • React 19 Actions: Submit forms using new action attribute instead of onClick handlers, automatically managing pending states and async transitions without manual state management or useEffect hooks.
  • React Compiler: Auto-memoizes components without useMemo, useCallback, or React.memo - install as Babel plugin to automatically optimize code performance without developer intervention or manual optimization.
  • Use API: Read context and promises directly in components without nesting restrictions or hook rules - can be called conditionally anywhere in component, not just at top level.
  • Component Architecture: React's component-based approach now dominates all UI frameworks including SwiftUI - focus on high cohesion within components, loose coupling between them through props boundary for maintainable code.

What It Covers

React co-founder Tom Occhino discusses React's origins at Facebook, current evolution with React 19 features including Server Components and compiler, plus Shruti Kapoor explains new developer-facing capabilities.

Key Questions Answered

  • React Server Components: Move data fetching back to server while keeping client interactivity, eliminating loading spinners and waterfalls by streaming dynamic content into static shells for better user experience.
  • React 19 Actions: Submit forms using new action attribute instead of onClick handlers, automatically managing pending states and async transitions without manual state management or useEffect hooks.
  • React Compiler: Auto-memoizes components without useMemo, useCallback, or React.memo - install as Babel plugin to automatically optimize code performance without developer intervention or manual optimization.
  • Use API: Read context and promises directly in components without nesting restrictions or hook rules - can be called conditionally anywhere in component, not just at top level.
  • Component Architecture: React's component-based approach now dominates all UI frameworks including SwiftUI - focus on high cohesion within components, loose coupling between them through props boundary for maintainable code.

Notable Moment

Tom Occhino reveals React's initial JSConf announcement was panned because they presented the solution first instead of explaining the problems with massive MVC models that nobody wanted to touch.

Know someone who'd find this useful?

You just read a 3-minute summary of a 70-minute episode.

Get JS Party summarized like this every Monday — plus up to 2 more podcasts, free.

Pick Your Podcasts — Free

Keep Reading

More from JS Party

We summarize every new episode. Want them in your inbox?

Similar Episodes

Related episodes from other podcasts

This podcast is featured in Best Cybersecurity Podcasts (2026) — ranked and reviewed with AI summaries.

You're clearly into JS Party.

Every Monday, we deliver AI summaries of the latest episodes from JS Party and 192+ other podcasts. Free for up to 3 shows.

Start My Monday Digest

No credit card · Unsubscribe anytime