lit-html 🔥

preview_player
Показать описание

After exploring the basic building blocks of Web Components, in this video we'll learn how to use lit-html, a tiny templating library that helps us create blazing fast templates with minimal overhead!
Рекомендации по теме
Комментарии
Автор

Interested in learning JavaScript and/or React? Checkout my interactive online courses:

JadJoubran
Автор

Aye - Was running it in a subfolder opened via VSCode, and ran into many issues resolving the library without the polymer serve (which I purposely couldn't use for this).
The solution was to point directly to the library, in local folder resolution.
import {
html,
render
} from

christopherderrell
Автор

Awesome! Can you make a video about the difference between a multi page application with its respective backend, and a single page applications with its own api? With practical examples

andresmontoya
Автор

Great tutorial! Would like to see more about composing components and handling events. As well in combination with Redux + Fetch/WebSockets. Dumb and Smart components. Mby Redux router.

Oswee
Автор

which extension was that? which showed you the size of the package imported?

ArshdeepSingh-vwuj
Автор

Hey, I know I should read Chrome patch notes but...how do you make your console black themed ? 🖤 Extension?

kissu_io