Skip to content

hchiam/learning-qwik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Learning the Qwik JS framework

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

https://qwik.builder.io

further research:

what about security?

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published