Qwik Framework Deep-Dive Full Course with Misko Hevery (The Creator of Angular & now Qwik)

Описание к видео Qwik Framework Deep-Dive Full Course with Misko Hevery (The Creator of Angular & now Qwik)

This is a deep dive on Qwik as a follow up to our intro to Qwik course found here: https://frontendmasters.com/courses/q...

0:00 - Resumability Framework Paradigm - Misko explains how Qwik differs from other frameworks. The CAP Theorem is explained in the context of frontend development.

7:39 - Lazy Loading in React with Suspense - Misko demonstrates lazy loading strategies in React. While lazy loading is possible, framework and any dependencies up the component will need to be executed.

25:06 - Streaming HTML with Qwik - Misko demonstrates streaming HTMLwith Qwik. The server begins sending the HTML payload. Any asynchronous request block until they are resolved. When they are resolved, the payload continues streaming to the client.

36:33 - Lazy Executing JS with Resumability - Misko continues to demonstrate Qwik's ability to execute JavaScript lazily. Polymorphic functions can be serialized and executed on-demand based on the application's state.

1:04:03 - Signals - Misko demonstrates signals in Qwik. Signals remove the need for techniques like memoization because, once a value changes, only the component using that value needs to re-render.

1:15:52 - Lazy Executing JS Q&A - Misko answers questions about how much JavaScript is required on the client to lazily execute code in different scenarios. Questions about Qwik developer tools are also answered in this lesson.

1:26:07 - Debugging with Qwik Q&A - Misko answers questions about the debugging experience in Qwik.

1:36:22 - Event Behavior - Misko explores event behavior with resumability and the effect HTML streams has on page interactivity.

1:58:24 - Containers - Misko introduces containers and demonstrates how container communication occurs through subscriptions to custom events.

2:29:32 - Prefetching with the ServiceWorker - Misko explains how the ServiceWorker prefetches code bundles. Currently, related bundles are listed in the package.json file. In later versions of Qwik, a service will be available to automate this process.

2:37:09 - Segment

2:38:29 - Running React Code in Qwik - Misko demonstrates how to leverage the large React ecosystem of UI components. Qwik allows React components to be imported and run within Qwik applications.

2:53:34 - Builder - Misko demonstrates Builder, which is a CMS system editing tool for Qwik applications.

3:04:56 - Q&A

Комментарии

Информация по комментариям в разработке