DiscoverFrontend FirstBeyond Data Fetching with RSCs
Beyond Data Fetching with RSCs

Beyond Data Fetching with RSCs

Update: 2024-03-13
Share

Description

Sam talks to Ryan about refactoring an MDX blog post to a React Server Component. They discuss how RSC’s ability to render server-side content with “client-side holes” turns out to replace MDX for many uses cases. They also talk about other tools that are (surprisingly) a conceptual subset of the RSC architecture, such as custom Webpack loaders.

Topics include:

  • 0:00 - Intro
  • 5:05 - The Next.js happy path for MDX: Local files
  • 11:15 - Exploring remote MDX content with mdx-remote
  • 14:46 - Separating the serializable parts of MDX from the runtime imports
  • 17:13 - Realizing that RSC covers the same problem space, and ditching MDX
  • 26:50 - Exploring other APIs and plugin ecosystems that RSC could replace: Webpack loaders, next/image, and Liquid templates
  • 32:11 - React’s vision for RSCs
  • 35:18 - How RSCs could replace build-time plugin APIs
  • 44:51 - Replacing MDX with Markdoc, Shiki, and custom node code during render

Links:

Comments 
00:00
00:00
x

0.5x

0.8x

1.0x

1.25x

1.5x

2.0x

3.0x

Sleep Timer

Off

End of Episode

5 Minutes

10 Minutes

15 Minutes

30 Minutes

45 Minutes

60 Minutes

120 Minutes

Beyond Data Fetching with RSCs

Beyond Data Fetching with RSCs

Frontend First