▲ | wordofx 4 days ago | |
Can do all that without a SPA. | ||
▲ | bpev 4 days ago | parent [-] | |
Not really... like sure if you want a static site, but I'm talking about static apps. Like if you want to handle /id/$id routes with data based on user-generated content saved in localStorage... you'll have to handle routing somewhere. Basically, what I'm saying is that if you have an stateful app that doesn't require server state, I think SPA+PWA is pretty ideal. |