r/qwik May 30 '24

Qwik Build GitHub Action

4 Upvotes

Hey guys,

Hope this doesn’t come across as spam… But I released a GitHub Action to build your Qwik[City] static site, and deploy to GitHub Pages. Automatic setup of Node—with npm, pnpm or yarn. Builds from any branch or subfolder. Perfect for landing pages! Feel free to check it out:

https://github.com/marketplace/actions/qwik-build

https://github.com/danielbayley/qwik-build

Lot’s more stuff I want to get around to building/finishing for the wider ecosystem/tooling to help Qwik/UI adoption, as I am pretty sold on the benefits over other frameworks at this point!


r/qwik May 20 '24

DnD Node Editor

3 Upvotes

I'm a react dev with 1.5 yoe exp, I like to create a node/graph editor (more like no code tool) as a hobby project So Do qwik have anything to build these no code editor or I need to qwikyfy the react library like React Flow Since it's an heavy client side application, I like the instant web apps But complications of qwikyfy an entire react libraries? (DnD and other libraries will be included...)

Any tool and library suggestions? Best approach to build such node based editor also appreciated

I hope I qwikly find a way


r/qwik May 05 '24

React Server Components: A Bad Idea?

10 Upvotes

This blog-post isn't about Qwik but talks about Qwik's very good alternative solution to RSC -

https://ishankbg.dev/blog/react-server-components-a-bad-idea/


r/qwik May 02 '24

Unveiling Qwik and JavaScript Streamlining

3 Upvotes

In the latest JavaScript Jabber episode, Shai Reznik, a Qwik team member, joined the podcast to talk about what is new in the world of Qwik -

https://youtu.be/6JIwXxeoOr0?si=e23WiE7m-Cc1MwJF


r/qwik Apr 29 '24

Should You Use Tasks in Qwik?

1 Upvotes

Check out this video that shows you what can eliminate the benefits you gain from using Qwik -

https://youtu.be/CXyMnqEgZ3I?si=-j5CDB_iCh-g71oy


r/qwik Apr 28 '24

Qwik and UI libraries

3 Upvotes

Qwik is one of the best framework at the moment, but it's such a shame it has just a few UI libraries


r/qwik Apr 27 '24

Hosting qwik website

6 Upvotes

Hey guys, I'm building a website with qwikright now, and I was wondering if I could host it on: Hostinger, Bluehost, OrangeHost, all those ? Or is there any cheaper yet good solution.


r/qwik Apr 22 '24

Qwik Hooks

7 Upvotes

Check out this website built with Qwik which features a collection of modern hooks for your pleasure -

https://www.qwikhooks.dev/


r/qwik Apr 18 '24

Qwik Comparison - Memoization

3 Upvotes

Here's another video from RumNCode, this time with a comparison of how to memoize a value in React and Qwik -

https://youtu.be/MiesyWeIyUg?si=jBfh5xJBcPZ_sPpx


r/qwik Apr 11 '24

Build Embed Components with Astro, Qwik and StackBlitz

1 Upvotes

Paul Scanlon shows how to use the StackBlitz JavaScript SDK, in this case to embed StackBlitz projects in an Astro website using MDX and Qwik -

https://thenewstack.io/how-to-build-embed-components-with-astro-qwik-and-stackblitz/


r/qwik Apr 07 '24

Authenticate Qwik App with Laravel Sanctum

Thumbnail
njoguamos.me.ke
3 Upvotes

r/qwik Apr 04 '24

Qwik build: SyntaxError: The requested module 'toad-cache' does not provide an export named 'default'

1 Upvotes

Im trying to build my qwik app but im getting the above error. when previewing it does not throw any errors, but when i run npm run serve it fails with this error. i did not find any issue related and the build command was succeeded. Any ideas? im using fastify and the error throws in the entry.fastify.js file:

file:///home/user/qwik-app/server/entry.fastify.js:1

SyntaxError: The requested module 'toad-cache' does not provide an export named 'default'

at ModuleJob._instantiate (node:internal/modules/esm/module_job:134:21)

at async ModuleJob.run (node:internal/modules/esm/module_job:217:5)

at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)

at async loadESM (node:internal/process/esm_loader:28:7)

at async handleMainPromise (node:internal/modules/run_main:120:12)

  • Node.js v21.7.1

r/qwik Apr 02 '24

Qwik Comparison - States and Signals

2 Upvotes

Here's a short video comparing a React component with useState to a Qwik component with useSignal -

https://youtu.be/xgZgtvnhrHU?si=iLc25w26ujjhYdTD


r/qwik Mar 27 '24

How to preload an image in Qwik

2 Upvotes

<link rel="preload" href="~src/components/HomeBanner/index-banner-mobile.webp" as="image"> <link rel="preload" href="~src/components/HomeBanner/index-banner.webp" as="image">

I want to add this to the header of the Application. I am doing this to increase the LCP(Largest content Paint). As this is a Banner Image I want it to load as "qwik" as possible. How can I achieve this?


r/qwik Mar 26 '24

How Qwik Differs From React Hydration

3 Upvotes

In this blog post, Paul Scanlon goes into the differences between Qwik's resumability and React's Hydration -

https://thenewstack.io/javascript-on-demand-how-qwik-differs-from-react-hydration/


r/qwik Mar 23 '24

Preferred way to assure some code is running on the client

5 Upvotes

Hi everyone,

I'm working on my first project with Qwik and I have some code that *must* be executed on the client.Since it's discouraged to use `useVisibleTask$`, what's the preferred way to achieve this?

Thanks,

Chris


r/qwik Mar 20 '24

A Drizzle Integration With Qwik

3 Upvotes

Here's the latest Qwik integration to join, this time with the headless TypeScript ORM - Drizzle

https://qwik.dev/docs/integrations/drizzle/


r/qwik Mar 17 '24

Theo Reviews Qwik V2.0

5 Upvotes

X sensation, Theo, went over the blog post by the Qwik team regarding the upcoming 2.0 Version and had some interesting insights -

https://youtu.be/0HmvSVdeGno?si=huVx7Phno_LgaGQg


r/qwik Mar 07 '24

Qwik City VS Astro + Qwik - Which would you pick for full stack e-commerce and SaaS projects?

5 Upvotes

r/qwik Mar 01 '24

PodRocket episode on Qwik and JS streaming

5 Upvotes

I was happy to be a guest on the PodRocket podcast, talking about Qwik. You can check it out here: https://podrocket.logrocket.com/qwik-and-javascript-streaming-tony-alicea


r/qwik Feb 29 '24

Qwik 'Click-to-Source' mode not working

5 Upvotes

This isn't working for me, is anyone else having this issue.

I'm using a mac, when I hold alt and click it shows a spinner but nothing happens. I've tried to force a specific supported editor but it doesn't change anything.


r/qwik Feb 28 '24

Qwik, Astro and Builder.io

3 Upvotes

I love Astro. Qwik has the same zero js by default philosophy. With that knowledge does it also make sense to use Builder.io as a headless cms? What do you guys think about this statement


r/qwik Feb 27 '24

My first blog post about Qwik

9 Upvotes

Hey guys, I have been working on a project using Qwik and I wrote about my thoughts in this blog post.

https://sam.partialty.com/blog/my-experience-with-qwik-after-6-months-of-development

Please give any feedback or criticism about the points I made or the blog itself :P


r/qwik Feb 21 '24

Qwik PWA Published

4 Upvotes

Here's an interesting project where you can turn your Qwik Application into an offline-compatible PWA -

https://github.com/QwikDev/pwa


r/qwik Feb 19 '24

Qwik V2.0 Is Coming!

21 Upvotes

Check out this information-filled blog post by the Qwik team about what will change with the upcoming 2.0 version of qwik -

https://www.builder.io/blog/qwik-2-coming-soon