Creating and using Web Components

added by JavaScript Kicks
12/26/2019 6:09:00 PM

558 Views

W3C standard for creating framework-agnostic native components, with true style encapsulation Web components (WC) consist of following 3 main apis: to create new HTML tags or extend existing HTML/custom tags enables component-level encapsulation i.e.


0 comments