Jordan
Jordan
@Dindaleon That issue is not related, that is regarding an increase in a specific bundle size. Qwik is not meant to download 0kB of JS on load and I am...
@Dindaleon Yes the one bundle size is an open issue but the versions of Qwik which didn't prefetch script bundles in the background on the worker thread were actually broken,...
There's going to be some JS, but it is very minimal and loaded on demand. If you have scripts in the page they will be prefetched in the background. Without...
Any Linux dev system running systemd (probably most) will fail with this because `tmpfs` is in RAM and you can't perform a move from one device to another, since move/rename...
> Thanks Jordan! Question: how about always including the spa context, would that also solve it? Is it that huge? I don't think this is possible, the `useNavigate` context requires...
> Hmm I'm afraid I don't understand. Apart from the contexts' data that Link uses, what needs to be shipped to the client to enable SPA? The `useNavigate` context needs...