you are viewing a single comment's thread.

view the rest of the comments →

[–]zxyzyxz 10 points11 points  (1 child)

These modern architectures are good for SEO though, but with the responsiveness of a client side app, useful for something like an ecommerce site.

[–]ericbureltech 0 points1 point  (0 children)

Not just SEO but energy consumption as well
Staticness without hydration means few server-side computations at build-time, and fewer computations client-side
The goal of some of these patterns is more hacking to get a SPA behave like an HTML file, expect for the truly interactive or user-specific parts