Hacker News new | ask | show | jobs
by panstromek 239 days ago
JS can be 100x or even 1000x times more expensive to process than images. JS also blocks the main thread, while images can be processed in the background (and on GPU).
1 comments

Nextjs with ssr is very light on client resources, I'm not sure about the other frameworks but I imagine it's comparable.