|
|
|
|
|
by woah
1534 days ago
|
|
Probably depends on the requirements. If the product should basically feel like a static web page, and you are OK making design and product decisions that work easily in that paradigm, then a server side framework built to make static web pages is going to be simpler. If you have product or design requirements that it should feel more dynamic like a native app, then trying to patch that on top of a static webpage might get messy. |
|
Returning HTML and doing a simple element replace with the new content is 99.9% indistinguishable from a SPA.