Web Components are a set of APIs that allow you to create custom HTML tags and use them alongside standard tags. They provide many advantages such as portability across projects, encapsulation of state, and access to a shadow DOM. Web Components are also functionally independent from frontend frameworks. You can use your components in a React, Angular, Vue, or vanilla project. 
8 min read
#WebComponents #React #JavaScript
  
  8 min read
#WebComponents #React #JavaScript
Medium
  
  Getting Started with Web Components: Building a Color Palette Generator
  Build a Color Palette Generator