%% generate tags start %% #software-engineering #software-engineering/javascript %% generate tags end %% #software-engineering/html #software-engineering/javascript/web-component ![Web Components Crash Course (youtube.com)](https://www.youtube.com/watch?v=PCWaFLy3VUo&ab_channel=TraversyMedia) ## What Are Web Components? they are a set of web platform API's that allow us to create custom, reusable and encapsulated html tags to use in web pages and web apps. Web components do not require any special 3rd party libraries or frameworks but can certainly be used with them. > Create reusable components 😍 ## How is the Life Cycle of Web Components ## How is Web Component Different Form [[React]]? ## What are the ecosystem of web component? ## What Are Some Learning Resources of Web Components?