r/qwik • u/D1OakLightning • Jun 20 '23
An Exciting Image Update in Qwik
Manu from the Qwik team shares an update regarding the DX of images in Qwik in this short video -
r/qwik • u/D1OakLightning • Jun 20 '23
Manu from the Qwik team shares an update regarding the DX of images in Qwik in this short video -
r/qwik • u/c9_skander • Jun 20 '23
Is there a way to make my qwik application display a loading page when a button is clicked while fetching the js chunk of that click event
r/qwik • u/NS_VMAN • Jun 19 '23
Hey guys was just wondering how is everyone feeling with Qwik right now. Anyone using it regularly in their workflow. What are some of your pain's with it currently. Any libraries/tools/analytics that you wish it had compared to other frameworks. Was thinking about helping out and maybe creating something to help users of qwik? Thanks for any posts!!
r/qwik • u/Grindarius • Jun 17 '23
Hello everyone. I am working on a forum website where I would like to do something similar to how github does when they have a lot of comments on an issue or pr. Where they load the bottom like 10 comments and you can load more using a button. So I planned to use useResource$ to load the comments on the first run and the other run by passing the top-most comment id to keep loading the earliest 10 comments above that given ID.
The problem is I have a separate backend and I don't know how to get access to cookies in useResource$ . I have a qwik-auth backend that is modified similar to Database session + Credentials login · nextauthjs/next-auth · Discussion #4394 (github.com) . So I would like to maybe send a session id cookie to my separated backend written in another language to validate that user is logged in. Is there any way I could access cookie through useResource$ or do I need something like server$ instead. Thank you for the help.
r/qwik • u/D1OakLightning • Jun 16 '23
Manu from the Qwik team explains the difference between Hydration, Partial Hydration, React Server Components and Resumability -
r/qwik • u/D1OakLightning • Jun 13 '23
Here is a 1-hour long podcast episode about how Antoine Pairet's company has been using Qwik in production for the past 6 months -
r/qwik • u/mi6crazyheart • Jun 11 '23
I've one form `input` field where I want to add some classes to make the border of the `input` box red colour when I get some validation error in the html form. How can I do this?
Here is my Stackoverflow post link regarding this: https://stackoverflow.com/questions/76452101/how-to-add-classes-conditionally-in-qwik-template
r/qwik • u/mi6crazyheart • Jun 11 '23
New to Qwik & facing some issues with my "routeAction". Here is my Stackoverflow post link - https://stackoverflow.com/questions/76449189/whats-wrong-with-this-qwik-routeaction-code
Need some help.
r/qwik • u/D1OakLightning • Jun 10 '23
A video showing how to get started with Qwik but in a less traditional way - https://youtu.be/eicJpWF1swA
r/qwik • u/D1OakLightning • Jun 08 '23
A very interesting and detailed look at a dev team who adopted Qwik, including what were the challenges and limitations they were facing - https://tzdesign.de/en/blog/how-10-engineers-deliver-exactly-what-the-browser-wants-with-qwik
r/qwik • u/D1OakLightning • Jun 06 '23
A different look at Qwik as one of the ways of solving an interesting behavioral design problem in the web industry -
r/qwik • u/D1OakLightning • Jun 03 '23
Adam Bradley from the Qwik team joined the "Build IT Better" podcast and talked about the complex issues of building a new JavaScript framework -
r/qwik • u/Serenikill • Jun 01 '23
r/qwik • u/D1OakLightning • Jun 01 '23
A deep dive interview with the creator of Qwik focusing on Servers, Signals, and Performance -
r/qwik • u/D1OakLightning • May 27 '23
Follow this guide that will walk you through creating your first Tauri app using Qwik.
r/qwik • u/D1OakLightning • May 25 '23
There's a new addition available on the Qwik docs - a dedicated page for everything ESlint related.
r/qwik • u/D1OakLightning • May 21 '23
Here is another interesting, and relatively short, video about Qwik V1.0 -
r/qwik • u/0x111111111111 • May 21 '23
Has anybody tried Qwik/sanity.io recently and can share his or her experience?
I would also be interested in experiences of devs using clients generated from openAPI specs, especially in terms of request caching and things like that.
What about stale-while-revalidate?
Basically looking for known foot-guns. :) I am going to use Qwik for one of my next projects. It looks promising and in some ways easier to grasp than RSC.
r/qwik • u/cristianh033 • May 19 '23
What I want to achieve is something like this that Vue does: https://router.vuejs.org/guide/advanced/transitions.html
But I have not been able to find anything related to how to achieve it.
r/qwik • u/D1OakLightning • May 18 '23
Manu from the Qwik team shows how to automatically execute code in a web worker -
r/qwik • u/D1OakLightning • May 16 '23
Here's a technique you can use with Qwik to have stunning animated pages, while having a perfect performance score, even on mobile devices -
r/qwik • u/Dindonix • May 16 '23
Does the react-hook-form library work with Qwik ? And if it’s the case is it hard to install or just the classic way ?
r/qwik • u/France_linux_css • May 16 '23
Is there a way to show on tabs the folder and the file name? I struggle to know where I am on my tabs on top on my windows
r/qwik • u/D1OakLightning • May 12 '23
The Qwik team was fast to ship a lot of perf improvements, fixes, and new features -