Mastering React Server Components: Understanding the Server/Client Boundary

React Server Components introduce a different way of thinking about frontend architecture.

The biggest shift isn't simply that some components render on the server.

The important question is:

What actually needs to run in the browser?