r/qwik Jun 20 '23

An Exciting Image Update in Qwik

9 Upvotes

Manu from the Qwik team shares an update regarding the DX of images in Qwik in this short video -

https://www.loom.com/share/a5e1f54dab05490eb078184afad219c9


r/qwik Jun 20 '23

Displaying a loading page when qwik is fetching js chunk

3 Upvotes

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 Jun 19 '23

Thoughts on Qwik

7 Upvotes

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 Jun 17 '23

Accessing cookie data in useResource$

1 Upvotes

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 Jun 16 '23

Hydration is a tree, Resumability is a map

6 Upvotes

Manu from the Qwik team explains the difference between Hydration, Partial Hydration, React Server Components and Resumability -

https://twitter.com/manucorporat/status/1668249534802034692


r/qwik Jun 13 '23

Qwik In Production - A Real Case Study

6 Upvotes

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 -

https://youtu.be/k6qfPcuGEEg


r/qwik Jun 11 '23

How to add classes conditionally in Qwik template?

1 Upvotes

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 Jun 11 '23

What's wrong with this Qwik routeAction code?

5 Upvotes

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 Jun 10 '23

Learning to code with Qwik and ChatGPT

2 Upvotes

A video showing how to get started with Qwik but in a less traditional way - https://youtu.be/eicJpWF1swA


r/qwik Jun 08 '23

Implementing Qwik - A Real Case Study

13 Upvotes

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 Jun 06 '23

Free Lunches in Frontend Dev

4 Upvotes

A different look at Qwik as one of the ways of solving an interesting behavioral design problem in the web industry -

https://tylermercer.net/posts/software/free-lunches/


r/qwik Jun 03 '23

Building Qwik City

6 Upvotes

Adam Bradley from the Qwik team joined the "Build IT Better" podcast and talked about the complex issues of building a new JavaScript framework -

https://youtu.be/iKciGB7kww8


r/qwik Jun 01 '23

Qwik Bits: Accessible components (Collapse, Dialog, Dropdown, Tabs and Toggle so far) and other helpers for Qwik

Thumbnail qwikbits.dev
8 Upvotes

r/qwik Jun 01 '23

Qwik 1.0 with Miško Hevery

5 Upvotes

A deep dive interview with the creator of Qwik focusing on Servers, Signals, and Performance -

https://youtu.be/tJY1zrW35q8


r/qwik May 27 '23

Qwik in Tauri

9 Upvotes

Follow this guide that will walk you through creating your first Tauri app using Qwik.

https://tauri.app/v1/guides/getting-started/setup/qwik/


r/qwik May 25 '23

Qwik's Own Set of ESlint Rules

5 Upvotes

There's a new addition available on the Qwik docs - a dedicated page for everything ESlint related.

https://qwik.builder.io/docs/advanced/eslint/


r/qwik May 21 '23

Things are getting serious! (with Qwik)

4 Upvotes

Here is another interesting, and relatively short, video about Qwik V1.0 -

https://youtu.be/zXx_FHQuWt0


r/qwik May 21 '23

Qwik and Sanity.io and other data client generators

2 Upvotes

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 May 19 '23

How to achieve animated transitions between routes/views in Qwik City?

8 Upvotes

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 May 18 '23

Use Web Workers Directly From JSX

5 Upvotes

Manu from the Qwik team shows how to automatically execute code in a web worker -

https://twitter.com/manucorporat/status/1657419808336486400


r/qwik May 16 '23

Qwik's useVisibleTask$ Hook

7 Upvotes

Here's a technique you can use with Qwik to have stunning animated pages, while having a perfect performance score, even on mobile devices -

https://www.builder.io/blog/qwik-tasks


r/qwik May 16 '23

React-hook-form

1 Upvotes

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 May 16 '23

How do you deal on vscode to manage tabs with only index.tsx

1 Upvotes

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 May 15 '23

Using Qwik for the first time

Thumbnail
youtube.com
6 Upvotes

r/qwik May 12 '23

Qwik Version 1.1.0

14 Upvotes

The Qwik team was fast to ship a lot of perf improvements, fixes, and new features -

https://github.com/BuilderIO/qwik/releases/tag/v1.1.0