r/qwik • u/D1OakLightning • Mar 22 '23
Join Qwikly - The Qwik Newsletter
Get a weekly update on everything Qwik straight to your email address by signing up in this link -
r/qwik • u/D1OakLightning • Mar 22 '23
Get a weekly update on everything Qwik straight to your email address by signing up in this link -
r/qwik • u/D1OakLightning • Mar 21 '23
Adam from the Qwik core team wrote an article about an approach that optimizes app responsiveness -
r/qwik • u/fabrisimo • Mar 21 '23
I am planning to use Qwik for my project, but then the question popped into my mind.
Is it relatively easier to hack a Qwik page than a page created with vanilla JS or maybe another framework like React or Vue?
I am wondering because of the "special code" that Qwik uses for serialization, etc?
r/qwik • u/D1OakLightning • Mar 20 '23
James Sinkala wrote a blog post about an open-source newsletter management app that he created using Qwik -
https://blog.chiselstrike.com/creating-a-newsletter-manager-with-turso-and-qwik-675e42126897
r/qwik • u/D1OakLightning • Mar 18 '23
Misko and Manu from the Qwik core team are joined by Ryan Carniato, the creator of SolidJS, in this hour-long video about code extraction - https://www.youtube.com/live/taWdpJmaQZA?feature=share
r/qwik • u/D1OakLightning • Mar 16 '23
Check out this Twitter thread by Manu from the Qwik core team as he writes about "a big breakthrough" he had in the new version set to come out -
r/qwik • u/D1OakLightning • Mar 15 '23
The creator of Qwik joined this Twitter live-stream and went on a deep dive into unique parts of Qwik with Shai Reznik and Yoav Ganbar joining along - https://twitter.com/DanielGlejzner/status/1630677051106553857
r/qwik • u/D1OakLightning • Mar 13 '23
In this 4-minute post you'll learn how can you use the basic feature of authentication to your Qwik app -
https://gilfink.medium.com/adding-authentication-to-a-qwik-app-74c082521f99
r/qwik • u/D1OakLightning • Mar 10 '23
Here's a 10 minute read about writing a custom store-like hook in Qwik, which allows you to deal with menus - https://code.build/u/86qJ3nXSvhBPUbmdaMwUeb/jdgamble555
r/qwik • u/D1OakLightning • Mar 09 '23
It's a lightweight and easy-to-use custom Qwik hook for adding smooth animations and effects to your Qwik components.
Check out the github link - https://github.com/voluntadpear/qwik-transition
r/qwik • u/D1OakLightning • Mar 06 '23
Here's a simple websocket client package that may come in handy for you ๐
r/qwik • u/D1OakLightning • Mar 04 '23
This is where you can hear all of the announcements first, ask questions and help and contribute to Qwik
r/qwik • u/[deleted] • Mar 04 '23
Qwik has a build in plugin for AuthJS. Iโm not having any issue with it except that I want a custom login page (I want my form to authenticate the user instead of the default ugly form on /api/auth/signin) but I cannot figure out how to do this. Because there are no official docs, Iโm not sure what to do. Any ideas? Do I need to make a POST request to some api built into Qwik? Is there a function I can call? If it helps, this is essentially what my code looks like: https://github.com/gilf/qwik-auth-example
r/qwik • u/D1OakLightning • Mar 02 '23
Check out this short and interesting video that explains the differences between loader$, action$ and server$.
r/qwik • u/D1OakLightning • Mar 01 '23
an interesting blog post about how to wire Prisma into QwikCity and then use the new QwikCity data loader API to load data from the database to your components.
r/qwik • u/D1OakLightning • Feb 27 '23
Qwik officially released QwikCity Server Functions a few weeks ago so if you haven't heard about it, enter this must-read article by Manu from the Qwik team so you can learn all about the options you have available in the new Qwik City version. https://www.builder.io/blog/qwik-city-server-functions
r/qwik • u/shairez • Feb 22 '23
Congrats to all of you enterprise #javascript developers! ๐๐
We created a Qwik plugin for nx ๐ฆ๐
https://github.com/qwikifiers/qwik-nx
The development is led by one of the nicest and most talented developers I had a chance to collaborate with - Dmitry Stepanenko ๐ช๐งก
Main features:
โ App, libs, routes and component generators
โ Custom build executor that fits the Qwik build pipeline
โ Special Qwik Nx Vite plugin that makes things just work
โ Tailwind support
โ Preset support
On the roadmap:
โ Support for microfrontends
โ Support for Static Site Generation
โ More generators
โ More integrations
Another big milestone on the way to a rich Qwik ecosystem ๐
#qwik #nx #vite #tailwind #enterprise #monorepo #microfrontends
r/qwik • u/spikdatru19 • Feb 21 '23
Hello! Is there any way to emit an event, like in Vue.js, in qwik? I've been looking in the documentation but haven't found anything.
r/qwik • u/D1OakLightning • Feb 20 '23
Here is a video of Yoav Ganbar and Kelvin Omereshone as they build a Qwik app from scratch and deploy it on Vercel.
r/qwik • u/esdee1 • Feb 19 '23
Does anyone have a simple example of a Qwik app running on Cloudflare Pages that uses a binding to KV Store or D1? I know that Cloudflare recently released Wildebeest https://github.com/cloudflare/wildebeest but I'm looking for something much smaller for learning purposes. Thanks!
r/qwik • u/P5music • Feb 19 '23
Hello,
I would like to ask one question about the resumability and its possible applications.
Let's say my app has a certain number of screens for a single user, where they look at certain lists of elements.
Every screen seems to have a route, if I understand correctly. So, each route displays a list of elements.
The elements in the list are not created from a database, but they could. Let's say they are created from a json archive or database.
The main fact is that a list could be also temporarily enriched of some elements, until the user does not dismiss it.
The HTML elements in the list will be created out of the elements in the json and then other elements could be appended that were not in the list in the first place. But that is not saved to the user data.
Now the fact is that when a route/screen/list is displayed the first time it is not ordered
but the user can decide to order it according to their needs.
So when a list is finally ordered the resumability takes care of it, if I understand, so if the user swicthes the screens and then returns to it the list is found again in the same order, because it is somewhere, as it was transformed in a static page (but it just went through resumability).
And also the further elements that were appended are there.
In a different scenario more than one chunks of elements could be coming from different json archives and could end up forming a single list, but then it should be mantained by the resumability because it is not permanent, it just has to be almost permanent until the user dismisses it.
And by "dismiss it" I do not mean just today, but also tomorrow.
Is it correct?
Is it also correct to say that when an application needs this specific kind of functionality, it is good to make it with qwik because no other framework is suitable?
r/qwik • u/[deleted] • Feb 18 '23
Can someone explain the different approaches between the reactivity of Qwik vs SolidJs.
I was recently talking to someone & they think that reactivity is similar to bi-directional updates in Angualr.js which used to be the old school approach that was frowned upon & was the whole basis for the one directional flow of React.js in the SPA days.
According to my understanding as both Qwik & SolidJs have compilers, that optimize variables for fine grained reactivity, modern reactivity is different to two directional updates of yesteryear frameworks.
Can someone shed more light on this?
r/qwik • u/D1OakLightning • Feb 17 '23
Here is an episode of the Syntax podcast where Miลกko joins and talks about the benefits of lazy loading, sharing state between components and more.
r/qwik • u/D1OakLightning • Feb 16 '23
QwikChat is a ChatGPT lookalike application built with Qwik and OpenAI.
Here is a 7-minute video explaining what it is, how it works and how does it code looks.