Hacker News new | ask | show | jobs
by CoffeeDregs 2128 days ago
> React and ReactDOM total about 120 KiB of minified JavaScript, > which definitely contributes to slow startup time.

I don't doubt this but I'd like more info on the root cause. Is it loading 120KB of JS (which I doubt) or interpreting/compiling 1MB of decompressed Js (which I suspect is the cause)?