- Talk
- 2023
Using the React Ecosystem with the World’s First O(1) JavaScript Framework
Topics:
Abstract
What if you can use the fastest JavaScript framework along with React? What if you can build applications that feel fast regardless of application size?
Qwik is a JavaScript framework that uses a new rendering paradigm called resumability. It can serialize a JavaScript app into HTML, thus eliminating the need for the hydration technique used in meta-frameworks like Next.js.
In this talk, Ruby Jane Cabagnot will talk about Qwik and reusability. Then talk about QwikReact, which allows you to use React components in Qwik, including the whole ecosystem of component libraries, such as Material UI, Threejs, and React Spring.
Is Qwik the world’s first O(1) JavaScript framework? Let’s find out.