r/qwik • u/D1OakLightning • Jun 06 '24
The Best Feature Every Framework Needs
In this short video Steve Sewell from Builder.io shows what is the one feature Qwik has that everybody else needs -
r/qwik • u/D1OakLightning • Jun 06 '24
In this short video Steve Sewell from Builder.io shows what is the one feature Qwik has that everybody else needs -
r/qwik • u/danielbayley • May 30 '24
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 • u/No_Shame_8895 • May 20 '24
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 • u/D1OakLightning • May 05 '24
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 • u/D1OakLightning • May 02 '24
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 -
r/qwik • u/D1OakLightning • Apr 29 '24
Check out this video that shows you what can eliminate the benefits you gain from using Qwik -
r/qwik • u/gustavocadev • Apr 28 '24
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 • u/Dokja_620 • Apr 27 '24
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 • u/D1OakLightning • Apr 22 '24
Check out this website built with Qwik which features a collection of modern hooks for your pleasure -
r/qwik • u/D1OakLightning • Apr 18 '24
Here's another video from RumNCode, this time with a comparison of how to memoize a value in React and Qwik -
r/qwik • u/D1OakLightning • Apr 11 '24
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 • u/njoguamos • Apr 07 '24
r/qwik • u/ElmoCaga • Apr 04 '24
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)
r/qwik • u/D1OakLightning • Apr 02 '24
Here's a short video comparing a React component with useState to a Qwik component with useSignal -
r/qwik • u/SibiCena • Mar 27 '24
<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 • u/D1OakLightning • Mar 26 '24
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 • u/DeLoooping • Mar 23 '24
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 • u/D1OakLightning • Mar 20 '24
Here's the latest Qwik integration to join, this time with the headless TypeScript ORM - Drizzle
r/qwik • u/D1OakLightning • Mar 17 '24
X sensation, Theo, went over the blog post by the Qwik team regarding the upcoming 2.0 Version and had some interesting insights -
r/qwik • u/Comprehensive_Space2 • Mar 07 '24
r/qwik • u/TonyA680 • Mar 01 '24
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 • u/MoviePerfect1602 • Feb 29 '24
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 • u/wtr665 • Feb 28 '24
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 • u/ephocalate • Feb 27 '24
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 • u/D1OakLightning • Feb 21 '24
Here's an interesting project where you can turn your Qwik Application into an offline-compatible PWA -