Home | Notifications | New Note | Local | Federated | Search | Logout
Note Detail
Reply to @grishka@mastodon.social
dansup@dansup@mastodon.social (2026-06-10 21:21:42)
@grishka well its not fair because you have so much experience from VK and Mastodon, but for most developers haha.
Also, you can render server side, but SPA is cheaper for most fediverse use cases IMO (and also less security risk, with all the recent react server vulns lol)
---Reply---
Hierarchy@Hierarchy@mastodon.social (2026-06-10 21:35:09)
@dansup @grishka whats SPA
Reply
---Replies---
Gregory@grishka@mastodon.social (2026-06-11 01:03:31)
@Hierarchy @dansup in simple words, it's the type of website that keeps showing you spinners after your browser's UI tells you it's done loading. Instead of generating HTML on the server, it makes API requests from your browser and generates the page on your device. Because an SPA does more work than an old-school server-side-rendered dynamic website, it feels much slower, with no way around that.
Mastodon is an SPA as well.