logoalt Hacker News

nickphxtoday at 6:42 AM1 replyview on HN

The underlying architecture matters little when the SPA requires several seconds of main thread work after downloading various "blobs" of minified java script..


Replies

DauntingPear7today at 10:28 AM

Hence the nextjs app on vercel (bloated mess). Plain react or svelte is performant fun fact, it’s all the cruft added on top that makes it bloated and slow.