|
|
|
|
|
by kevinak
1347 days 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. |
|
Does it work like elder.js?