Made in Builder.io

Upcoming webinar with Figma: Design to Code in 80% Less Time

Announcing Visual Copilot - Figma to production in half the time

Builder.io logo
Talk to Us
Platform
Developers
Talk to Us

Blog

Home

Resources

Blog

Forum

Github

Login

Signup

×

Visual CMS

Drag-and-drop visual editor and headless CMS for any tech stack

Theme Studio for Shopify

Build and optimize your Shopify-hosted storefront, no coding required

Resources

Blog

Get StartedLogin

‹ Back to blog

Qwik

Qwik Reaches RC Milestone

March 30, 2023

Written By Miško Hevery & Shai Reznik

Today we are excited to announce Qwik v1 Release Candidate! This is a major milestone for our team, and we are grateful for the support of our community.

Qwik: a modern framework

Qwik is a next-gen web application framework (and meta-framework) designed for instant application startup, no matter how big the app is. Qwik uses a modern and innovative approach that “streams” chunks of JavaScript to the end user — and it does it automatically!

This removes a lot of manual performance optimizations needed in other frameworks, which leads to a much better developer experience. Speaking of DX, Qwik is designed to be familiar, minimal, and straightforward to use. That’s why it uses the well-known JSX syntax, functional components with hooks API style, and is reactive by utilizing signals.

Qwik’s unique JavaScript Streaming powered by the resumable execution model enables unmatched user experience and the highest Google Core-Web-Vitals scores, all possible thanks to code-extraction. This means companies that deploy Qwik apps increase their competitive advantage in terms of conversions, customer happiness, and SEO ranking.

RC (Release Candidate) means that:

  • The API is feature complete.We’ve reached all the goals we set out for building applications with Qwik. There are no plans to add or change any more APIs or features before v1.
  • We are not aware of any significant issues which would keep you from succeeding in building amazingly performant production web apps and websites with it.
  • We need your feedback: RC is a period where we want even more feedback from the community to iron out any surprises that would keep v1 from being stable and provide a delightful developer experience.

Qwik (and Qwik City) are packed with many cool features, but here are some that we are incredibly proud of and would like to highlight.

  • Performance at scale: Qwik applications stay performant even as their complexity grows over time. Sure, any hello-world app, with little to no interactivity, can be fast, but as features are added, Qwik retains consistent startup performance through resumability. and it does that - automatically!
  • Edge first + middleware: Qwik adapters bring Qwik to all major edge providers in a deployment-agnostic way. No lock-in here. Easily deploy the same application with many providers.
  • Server functions: During our beta period, we introduced the ability to load data, execute form actions and run any server-side code by using special functions like routeLoader$(), routeActions$(), and server$(). This unifies the execution model for all of your code — think of it as RPC without all of the fuss — and the best part is that it even works without JavaScript enabled in the browser, with progressive enhancement by default.
  • Directory-based routing: Qwik City is designed with convention-based routing. File-based routing is a familiar feature in today's meta-frameworks. Qwik extends file-based routing with an easy way to compose middleware.
  • Ecosystem: our awesome community members have already created many integrations with popular tools like Storybook, Cypress, nx, auth.js, vitest, vanilla-extract, and there is also a native and accessible UI component library soon to be released (qwik-ui). We are adding more integrations in the next couple of months — yep, things are moving qwikly! ;)
  • Qwik-react: it is possible to use React inside a qwik application, but without the cost of hydration. This could bridge the gap for developers coming from the React ecosystem and save time by directly importing React components into a Qwik application (Qwik-angular and Qwik-vue are in the works as well! 🤩).

Between now and the v1 release, we will focus on polishing, paying special attention to the documentation, and getting started. And, of course, we’ll fixing any surprise bugs which may come up.

Special thanks to the awesome Qwik community for helping us test Qwik during its development. Qwik has gone through growing pains; however, our lovely community members were able to provide us with useful feedback to make it better. It is because of you that Qwik is where it is today.

We would LOVE to hear what you think. Please share it with us on our discord channel — and if you’re not part of it, come and experience first-hand how amazing and friendly our Qwik community members are.

Introducing Visual Copilot: convert Figma designs to code using your existing components in a single click.

Try Visual Copilot

Share

Twitter
LinkedIn
Facebook
Hand written text that says "A drag and drop headless CMS?"

Introducing Visual Copilot:

A new AI model to turn Figma designs to high quality code using your components.

Try Visual Copilot
Newsletter

Like our content?

Join Our Newsletter

Continue Reading
AI9 MIN
How to Build AI Products That Don’t Flop
WRITTEN BYSteve Sewell
April 18, 2024
Web Development13 MIN
Convert Figma to Code with AI
WRITTEN BYVishwas Gopinath
April 18, 2024
Web Development8 MIN
Server-only Code in Next.js App Router
WRITTEN BYVishwas Gopinath
April 3, 2024