|
|
|
|
|
by TimTheTinker
328 days ago
|
|
> The only real use case The original idea behind an SPA was to enable API-only backends (with static file service). I still think that's a very worthy use case. Why not decouple the backend from the concerns of particular views? It makes for a more complex frontend, but it also allows multiple, highly differentiated frontend apps to be build on top of a single set of backend APIs. Esri's ArcGIS Online powers a lot of specialized frontend-only web apps. I used to be on their Business Analyst team (that's a web app) - and I have to say I really like the pattern of building apps this way. |
|