React.js4 min read
React Server Components
The Shift
React is moving towards a hybrid model. Server components allow you to keep sensitive logic (like database calls) on the server, while sending only the necessary UI to the client.
This results in smaller bundles and faster hydration.