QwikCity is moving to a directory based routing only (just like SvelteKit and the next "Next" version...)
Plus, Manu managed to remove the "<Host>" component, soon it won't be needed anymore which will make it identicle to react and the rest in terms of not rendering an extra component for each component.
Because Qwik still needs to know the component boundaries, The solution is quite genius - using comments instead of components
https://github.com/BuilderIO/qwik/pull/960
https://github.com/BuilderIO/qwik/pull/1019
Plus, Manu managed to remove the "<Host>" component, soon it won't be needed anymore which will make it identicle to react and the rest in terms of not rendering an extra component for each component.
Because Qwik still needs to know the component boundaries, The solution is quite genius - using comments instead of components
https://github.com/BuilderIO/qwik/pull/960
https://github.com/BuilderIO/qwik/pull/1019
GitHub
feat: qwik-city directory based routing by adamdbradley · Pull Request #960 · BuilderIO/qwik
TL;DR: routes are defined by only directory/index, rather than either directory/index OR a file
Only index.ts and index.tsx files become routes
File src/routes/about/index.tsx would create the url ...
Only index.ts and index.tsx files become routes
File src/routes/about/index.tsx would create the url ...
Live demo of in order streaming in less than 2 hours -
https://www.youtube.com/watch?v=yVOI81GKZBo
https://www.youtube.com/watch?v=yVOI81GKZBo
YouTube
Pure HTML streaming with Qwik
Qwik and Qwik City have reached Beta! 🎉
We're now entering the "feedback phase" of perfecting the developer experience and API even more before 1.0 ...
So please feel free to try it, ask questions, create issues, help with PRs and share your implementation journeys!
https://www.builder.io/blog/qwik-and-qwik-city-have-reached-beta
We're now entering the "feedback phase" of perfecting the developer experience and API even more before 1.0 ...
So please feel free to try it, ask questions, create issues, help with PRs and share your implementation journeys!
https://www.builder.io/blog/qwik-and-qwik-city-have-reached-beta
Builder.io
Qwik and Qwik City have reached beta! 🎉
Now you can use Qwik and Qwik City in beta. These open-source frameworks enable you to build instant-on web applications using resumability and React-like components.
The Qwik team is going to talk about Qwik beta and beyond in like... 2 hours! (10:30am PT)
Topics covered -
⚡ Signals in Qwik
🌊 Out-of-order streaming
🛣️ Road to V1
See you there!
https://www.youtube.com/watch?v=Tfd62DiRTKc
Topics covered -
⚡ Signals in Qwik
🌊 Out-of-order streaming
🛣️ Road to V1
See you there!
https://www.youtube.com/watch?v=Tfd62DiRTKc
YouTube
Qwik: Beta and Beyond
The builders of the new Qwik framework discuss the success of the recent launch and share the vision for what's next.
https://qwik.builder.io/
https://qwik.builder.io/
If anyone here is working with React, here is a short, yet very interesting, video by Manu from the Qwik team that shows you how to integrate Qwik and React.
https://www.loom.com/share/ab502439023c404da7bd4cea71e359a1
https://www.loom.com/share/ab502439023c404da7bd4cea71e359a1
Loom
QwikReact 2.0
A few community members built a cool little tool
that lets you shorten long URLs, check out the repo.
https://github.com/origranot/reduced.to
that lets you shorten long URLs, check out the repo.
https://github.com/origranot/reduced.to
GitHub
GitHub - origranot/reduced.to: Free Modern URL Reducer. Make sure to share love by giving it a star.🌟 Have a great day!
Free Modern URL Reducer. Make sure to share love by giving it a star.🌟 Have a great day! - GitHub - origranot/reduced.to: Free Modern URL Reducer. Make sure to share love by giving it a star.🌟 Have...
Manu from the Qwik core team built a showcase page
that automatically checks the page speed on sites
built with Qwik.
Really interesting stuff.
https://qwik.builder.io/showcase/
that automatically checks the page speed on sites
built with Qwik.
Really interesting stuff.
https://qwik.builder.io/showcase/
Qwik
Qwik Sites Showcase - Qwik
No hydration, auto lazy-loading, edge-optimized, and fun 🎉!
Check out this great community effort by Ken (AKA Frosty) which is going to bring type safe routes and better types of endpoints to Qwik city
https://www.youtube.com/watch?v=GSMAT6-6z_s&ab_channel=KenAKAFrosty
https://www.youtube.com/watch?v=GSMAT6-6z_s&ab_channel=KenAKAFrosty
YouTube
Qwik ⚡ Typesafe data fetching AND routing now?? 👀 (update on proposal for useEndpoint changes)
Please share any and all thoughts! I read the comments and it takes a village!
If you aren't already part of the official Qwik Discord,
the Qwik Developers LinkedIn Group,
the Qwik Developers Facebook Group
or signed up for Qwikly, the weekly Qwik newsletter,
you can join all of them right here -
https://qwikcommunity.com/
(and of course, share them with your loved ones 🙂)
the Qwik Developers LinkedIn Group,
the Qwik Developers Facebook Group
or signed up for Qwikly, the weekly Qwik newsletter,
you can join all of them right here -
https://qwikcommunity.com/
(and of course, share them with your loved ones 🙂)
Qwik Community
Check out all the Qwik communities around the world
In 45 minutes - the Qwik team is going to discuss Qwik + React
gonna be interesting!
https://www.youtube.com/watch?v=IGIPBAWRw_M
gonna be interesting!
https://www.youtube.com/watch?v=IGIPBAWRw_M
YouTube
Resumable React - Leveraging the React ecosystem with Qwik
Styled Vanilla Extract
One of the Qwik community heroes - Wout Mertens, created a qwik plugin for Vanilla extract -
a way to import typed CSS that doesn't affect load time, amazing!
https://github.com/wmertens/styled-vanilla-extract
One of the Qwik community heroes - Wout Mertens, created a qwik plugin for Vanilla extract -
a way to import typed CSS that doesn't affect load time, amazing!
https://github.com/wmertens/styled-vanilla-extract
GitHub
GitHub - wmertens/styled-vanilla-extract: A 0-runtime styled-components-like API for Qwik using vanilla-extract.
A 0-runtime styled-components-like API for Qwik using vanilla-extract. - GitHub - wmertens/styled-vanilla-extract: A 0-runtime styled-components-like API for Qwik using vanilla-extract.
Qwik City for Resumable, Dynamic Apps
A very interesting video about Qwik and Qwik City.
For almost an hour and a half Misko teaches how to ship less JavaScript without sacrificing interactivity with Qwik City.
https://youtu.be/cJJdrYnsl6U
A very interesting video about Qwik and Qwik City.
For almost an hour and a half Misko teaches how to ship less JavaScript without sacrificing interactivity with Qwik City.
https://youtu.be/cJJdrYnsl6U
YouTube
Qwik City for Resumable, Dynamic Apps
Qwik City is a metaframework that adds routing and other app-like features on top of Qwik resumable components. Miško Hevery will teach us how to ship less JavaScript without sacrificing interactivity.
Demo: https://qwik-city-lwj.netlify.app/contacts/
Repo:…
Demo: https://qwik-city-lwj.netlify.app/contacts/
Repo:…
Qwik version 0.16.0 is out! 🎉
The biggest change is a simplification to the component lifecycle hooks
Now, instead of
A task is something that runs on first render, and can also be reactive and re-run on dependent changes (using the
You can scope your platform specific code by using the “isServer” and “isClient” booleans
Check it out 👇
https://github.com/BuilderIO/qwik/releases/tag/v0.16.0
The biggest change is a simplification to the component lifecycle hooks
Now, instead of
useMount$
useServerMount$
useClientMount$
and useWatch$
… we have only one hook - useTask$
A task is something that runs on first render, and can also be reactive and re-run on dependent changes (using the
track
function)You can scope your platform specific code by using the “isServer” and “isClient” booleans
Check it out 👇
https://github.com/BuilderIO/qwik/releases/tag/v0.16.0
GitHub
Release v0.16.0 · BuilderIO/qwik
Introduces several deprecations in aim to simplify the lifecycle model and prepare Qwik for the future and stable release.
useTask$()
The deprecations include useMount$(), useWatch$(), useServerMou...
useTask$()
The deprecations include useMount$(), useWatch$(), useServerMou...
Qwik Server Actions
In this mind-blowing video, Manu from the Qwik team shows what progress has been made regarding server actions.
(another) great piece of content
https://www.loom.com/share/1252a0e285684bc095e872efd5e1e566
In this mind-blowing video, Manu from the Qwik team shows what progress has been made regarding server actions.
(another) great piece of content
https://www.loom.com/share/1252a0e285684bc095e872efd5e1e566
Loom
Qwik Server Actions
Resumable React - Leveraging the React ecosystem with Qwik
A few weeks ago the Qwik team did a live stream and talked about how you can use all of Qwik's strengths within React.
During this hour-long video, you can see Misko, Manu, Steve and Yoav explain, show demos and answer questions so make sure you don't miss it.
https://youtu.be/IGIPBAWRw_M
A few weeks ago the Qwik team did a live stream and talked about how you can use all of Qwik's strengths within React.
During this hour-long video, you can see Misko, Manu, Steve and Yoav explain, show demos and answer questions so make sure you don't miss it.
https://youtu.be/IGIPBAWRw_M
YouTube
Resumable React - Leveraging the React ecosystem with Qwik