|
|
|
|
|
by enraged_camel
3224 days ago
|
|
>>For those of us who are building applications we need the complexity I'm not saying don't build applications. I'm saying web applications can be server-only and should not spill over into the client. Again there are exceptions - things like control panels or consoles do benefit from being SPAs. But in a lot of cases there is also nothing wrong or insufficient or unsatisfactory (from a UX perspective) about clicking a link and having the server send you pre-rendered HTML. JavaScript can still be used as icing on the cake to enhance those interactions, such as by displaying a spinner on the submit button and disabling it once the user clicks it. |
|