One thing I’ve been wondering about qwik is - the extra $ cost of sending million of micro pieces of JS. But more importantly wouldn’t it cause a delay, or potentially a failure if the network went down, when you interact with something e.g. click? I still believe that all of this SSR movement in React and also this, is solving a problem that doesn’t exist if you work with small and very fast frameworks like Solid etc and don’t import monstrously large NPM packages to do everything. Like why worry about all this if you app renders in 2ms and is a few hundred KBs, and code split by route for example so it never grows that large?