|
|
|
|
|
by simonhorlick
1350 days ago
|
|
Relationships between components and the app state are serialised along with the html. A small (~1kb) library is used to lazy load javascript as the user starts interacting. The key is that it's immediately usable, you don't require a client side re-render before any of the buttons work, for example. This means you can get great PageSpeed scores really easily and the apps feel super responsive. I have no affiliation with Qwik, but I did try it out on a small project yesterday to see how it works. I'm really impressed so far. |
|