diff --git a/packages/docs/src/routes/docs/(qwik)/faq/index.mdx b/packages/docs/src/routes/docs/(qwik)/faq/index.mdx index 63218e759a9..d72806da5f1 100644 --- a/packages/docs/src/routes/docs/(qwik)/faq/index.mdx +++ b/packages/docs/src/routes/docs/(qwik)/faq/index.mdx @@ -27,6 +27,7 @@ contributors: - mhevery - wtlin1228 - ilteoood + - PatrickJS --- # FAQ @@ -269,6 +270,10 @@ Most of Qwik is written in TypeScript, a superset of JavaScript that adds option Yes! there is a growing community of Qwik developers at [Discord](https://qwik.builder.io/chat) and [GitHub](https://github.com/BuilderIO/qwik). They are making amazing contributions to the framework, building sites at scale, and helping each other. [Join us](https://qwik.builder.io/chat). +## Is Qwik an "Alex Russell Approved" framework? + +Yes! Alex Russell ([@slightlylate](https://twitter.com/slightlylate)), known for his contributions to PWAs, W3C TAG, WC, TC39 & ES6, Chrome Frame, Dojo, and more, is often highly critical of JavaScript frameworks. Nonetheless, he approves of Qwik. + ## Is Qwik production ready? Yes! Qwik is already at version 1.1. Qwik has been in development for 3 years now. We are confident that Qwik is ready for production, and there are no expected breaking changes.