A Review of Web Components in 2020 - LitElement

preview_player
Показать описание
In this series, we’re going to review 5 of the most popular web components tools right now - LitElement, Angular Elements, Stencil JS, Bit and Svelte JS. We’ll compare the website and documentation, community size and support and create a sample component in each. Finally we’ll sum up everything and make some recommendations on how and when to use each one.

---

Tools:

---

-~-~~-~~~-~~-~-
Please watch: "Reviewing the top 5 tools you need to know to create web component in 2020"
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

Ive been working for a while now with LitElement; and I would like to see a comparison with Svelte and Stencil. Good video btw !!

jskerr
Автор

Can you please tell me how to use the decorator syntax, the property property in conjunction with the redax?
I want use @property({type: Array}) stages instead of
static get properties() {
return {
stages: {type: Array}
}
but this property defined in _stateChanged(state) {
this. = state.reducer.stages
}
so it posible?

aleksandrmatyka
Автор

You should checkout my new MercedUI library that led components with props, state and global statemanagement super easy

AlexMercedCoder
Автор

its called a tagged template literal
it will pass what is between the back ticks to the function in a rather unique format, separated by constant and variable components.

bcburnettcom
Автор

You'd think writing code is more simple over time. Still riddled with ambiguity which doesn't help when no basics are covered.

HLDENSUX
Автор

Publishing a Video with Zero preparation- Is NOT cool - Grow Up

garyclarke