Comment by ar_lan
4 years ago
That's not really unique to SPAs, right?
I don't know much about front-end development but I imagine you can create a front-end that is both not an SPA, and not server-rendered.
4 years ago
That's not really unique to SPAs, right?
I don't know much about front-end development but I imagine you can create a front-end that is both not an SPA, and not server-rendered.
It's not about being unique, or what you can/can't do. You certainly can mock a front end with a ssr app, but it gets messy when you are building a rich client app and need to start sharing state back and forth.