gruckion / learning

Learning stuff
0 stars 0 forks source link

WebComponents #2

Closed jamesadarich closed 6 years ago

jamesadarich commented 6 years ago

Outcomes

Web components are independent of the UI framework. A webcomp can be re-used across various frameworks or with none at all.

The shadow DOM allows you to encapsulate your web component and hide away the child content of your web component. This includes markup structure, styling and behavior.

Using the