Best of QwikMay 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Qwik Reaches v1.0

    Qwik Reaches v1.0 The Qwik team is excited to announce that we are ready for the real world. Qwik offers a rapidly expanding universe of ready-to-use integrations with your favorite libraries and frameworks. We have adapters for Azure, Cloudflare, Google Cloud Run, Netlify, Node.

  2. 2
    Article
    Avatar of builderiobuilder.io·3y

    Effortless Multi-threading in JSX with worker$

    Using Web Workers in JavaScript traditionally involves some degree of complexity. When using Web Workers, developers must create a separate JavaScript file containing the logic to be run on the worker thread. Qwik’s new experimental function ( @builder.io/qwik-worker) can change your code from running in a Web Worker to running on the server.