@deno_land ("Deno") replied to a tweet by @deno_land:
For CSR/SPA, that's a lot to ship over a network, which also means:
😤 a terrible user experience
🐌 slow loading times, and
🛑 a lack of interactivity until everything is renderedWhat if we can minimize data we send to the client? Enter SSR / islands.