Server-rendering React is becoming popular


Server-rendering React is becoming popular.

Why? Performance.

Server-side rendering is faster because:

1. Fetches start earlier
2. Fetches run in parallel
3. Fetches on the server are faster
4. Less JS is sent to client

#react

And point #4 (Less JS is sent to the client) is especially true when using React Server components, since they send ZERO additional JS to the client. 🔥

Excited to see RSC come out of beta!

View original on X