AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Problem Isn't That React Is 40 Kilobytes
React and other frameworks are structured, they have something called hydration. Hydration requires that all of the components kind of be present when hydration runs. That's where the problem is, right? The more complicated your page becomes, the more JavaScript has to be present. Whereas if you're in the quick world, you can make the page as big as you want. And only the necessary bits are downloaded.