The Fergy Stack

Linux at the desk, adventures on the table.

Tag: system-design

  • React Server Components Are Really About Boundary Design

    React Server Components Are Really About Boundary Design

    My take: React Server Components are not mainly a rendering feature. They are a boundary design problem. The hard part is not learning what runs on the server versus the client. The hard part is deciding where the line goes so the app stays understandable six months later. That is where teams get in trouble.…