Dec 21, 2025 · 3 min read · If you’ve worked with React Server Components (RSC), you know the server streams a special payload to the client using the React Flight protocol. At first glance, it looks like harmless serialized data — just chunks that eventually turn into UI. But ...
Join discussion
Nov 13, 2025 · 5 min read · React Server Components (RSCs) are a new component type introduced in React 18 and stabilized in React 19. Next.js picked it up right after it came out, and it has been production-ready since v13. RSCs run exclusively on the server, generate HTML out...
Join discussion
Jul 14, 2025 · 2 min read · Note: This article was originally published on January 1, 2023. Some information may be outdated. React Server Components (RSC) and the new App Router in Next.js 13 introduced a new way of thinking about React apps. This post explains what changed, ...
Join discussionJun 28, 2025 · 3 min read · Introduction React Server Components (RSC) let you handle rendering on the server, avoiding the need to send extra JavaScript to the client. When used with streaming (renderToPipeableStream), RSC allows pages to load faster by delivering HTML to the ...
Join discussionJan 7, 2025 · 5 min read · Introduction Once I began my path as a software developer around a decade ago, I just coded HTML, CSS, JavaScript, and some Python 2 scripts; during those times, we depended solely on PHP and SQL for server-side client-server communication. After tha...
Join discussion
Jun 4, 2024 · 8 min read · After ReactConf 2024 I was inspired by this tweet: https://x.com/chantastic/status/1791531154212033004 In it, Sam Selikoff says that the JS ecosystem has yet to demonstrate the same kind of powerful forms that have been available in Rails since jus...
Join discussionApr 23, 2024 · 8 min read · As big fans of the dog fooding principle, we want to put RSC through its paces by using it to build more than just a demo app. As Redwood's support for RSC becomes more mature we are going to need to document it with the same attention we pay to the ...
Join discussionMar 24, 2024 · 23 min read · Welcome to the preview of RedwoodJS Bighorn! You may not have realized it, but you’ve been living in the Arapahoe epoch since Redwood v1.0. Bighorn is the next epoch, and will bring a massive change to how apps are built with Redwood: React Server Co...
Join discussionFeb 19, 2024 · 6 min read · I made an app called “Musicn”. It’s an app that allows users to discover music and share your music taste with others. Beta version of Musicn It was a pretty old project, with any major change being about 2 years ago. The most significant thing after...
Join discussion