#qwik
SubscribeSpeeding Up Your React App With Less JavaScriptWatch video: Speeding Up Your React App With Less JavaScript
React Summit 2023
32 min
Speeding Up Your React App With Less JavaScript
Top ContentMishko, the creator of Angular and AngularJS, discusses the challenges of website performance and JavaScript hydration. He explains the differences between client-side and server-side rendering and introduces Quik as a solution for efficient component hydration. Mishko demonstrates examples of state management and intercommunication using Quik. He highlights the performance benefits of using Quik with React and emphasizes the importance of reducing JavaScript size for better performance. Finally, he mentions the use of QUIC in both MPA and SPA applications for improved startup performance.
Qwik - The No Hydration Approach to Performant Sites
DevOps.js Conf 2024
20 min
Qwik - The No Hydration Approach to Performant Sites
Builder.io is a headless visual CMS that allows drag and drop of UI components. Core Web Vitals are important for improving website performance. Hydration in frameworks affects performance and interaction with the app. Qwik offers a different approach to hydration, eliminating the need for downloading unnecessary code. Qwik's resumability feature improves performance by starting with HTML and avoiding the re-execution of code.