top | item 33173495

(no title)

danbulant | 3 years ago

This seems to work the same svelte kit does? Except it's react and not svelte.

discuss

order

kevinak|3 years ago

It does not, Qwik’s claim to fame is that it doesn’t need to hydrate the page with JavaScript, it does this not only by serialising data sent from the server but also by doing it with the “component code”. The explanation is a bit simplified but hopefully it makes sense.

akvadrako|3 years ago

I can't get it from that explaination.

Does it work like elder.js?