|
|
|
|
|
by peterhunt
693 days ago
|
|
The main benefit is the flexibility to seamlessly move this logic from server to client and vice versa without rewriting all of your code. Purely server rendered apps tend to have much slower interactions and exhibit weird behaviors so it is valuable to be able to do some stuff on the client. |
|
The only reason that server-rendered apps are "slower" is because people don't think about what they're doing, and leap right to 100% client-side rendering. Very few things actually need the latency guarantees of client-side rendering.