Learning the Qwik JS framework
September 21, 2022 ยท View on GitHub
Just one of the things I'm learning. https://github.com/hchiam/learning
Lazy-load JS via HTML attributes upon interaction, instead of hydrating on page load. It looks a lot like React. A key concept is "resumability". Allegedly O(1) instead of O(n).
Consider using Qwik City, which is Qwik+Routing, like NextJS is to React.
npm create qwik@latest
(Using yarn with yarn create qwik@latest doesn't seem to work for me.)
https://www.youtube.com/watch?v=x2eF3YLiNhY
https://github.com/BuilderIO/qwik
further research:
what about security?