packages/docs/src/routes/(blog)/blog/(articles)/qwik-rc-milestone/index.mdx
import { ArticleBlock } from '/routes/(blog)/blog/components/mdx/article-block';
import { DiscordLink } from '/routes/(blog)/blog/components/mdx/discord-link';
import CodeSandbox from '~/components/code-sandbox/index.tsx';
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 “<a href="https://www.builder.io/blog/speculative-module-fetching" rel="noopener noreferrer" target="_blank">streams</a>” 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 <a href="https://www.builder.io/blog/usesignal-is-the-future-of-web-frameworks" rel="noopener noreferrer" target="_blank">signals</a>.
Qwik’s unique JavaScript Streaming powered by the <a href="https://www.builder.io/blog/resumability-from-ground-up" rel="noopener noreferrer" target="_blank">resumable</a> execution model enables unmatched user experience and the highest Google <a href="https://web.dev/learn-core-web-vitals/" rel="noopener noreferrer" target="_blank">Core-Web-Vitals</a> scores, all possible thanks to <a href="https://www.builder.io/blog/wtf-is-code-extraction" rel="noopener noreferrer" target="_blank">code-extraction</a>. This means companies that deploy Qwik apps <a href="https://web.dev/tags/case-study/" rel="noopener noreferrer" target="_blank">increase their competitive advantage</a> in terms of conversions, customer happiness, and SEO ranking.
RC (Release Candidate) means that:
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.
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 <DiscordLink text="Discord channel" /> — and if you’re not part of it, come and experience first-hand how amazing and friendly our Qwik community members are.
</ArticleBlock>