▲ | andix 4 days ago | ||||||||||||||||
Imagine Gmail, ChatGPT, Slack, and so on as server side rendered websites, but with smooth transitions. This wouldn't work at all. Let's take slack as an example. We had those chat websites 20 years ago. The thread was in it's own frame and got periodically reloaded. It's just bad UX. | |||||||||||||||||
▲ | strken 4 days ago | parent | next [-] | ||||||||||||||||
I think you're using "single-page app as opposed to no or limited JS on the client" while an alternative would be "single-page app as opposed to multi-page app". There's no reason you have to implement something like Slack by reloading an iframe. | |||||||||||||||||
| |||||||||||||||||
▲ | epolanski 4 days ago | parent | prev [-] | ||||||||||||||||
You are extremely confused, you can absolutely have client side JavaScript in a website and poll or stream whatever you want like chats. It has nothing to do with being a static website or an SPA, nothing. |