What is Web Component?
Web components are a set of web platform APIs that allow you to create new custom, reusable, encapsulated HTML tags to use in web pages and web apps. Custom components will work across modern browsers and can be used with any JavaScript library or framework that works with HTML.
All the front end frameworks like React, Angular, Vue & Ember have different core architectures but they are converging on a common principle design pattern i.e. Component Driven architecture.
Web Components can help us build standard reusable custom html elements with bundled CSS, HTML & JS. It will enable all developers to build performant, maintainable web apps.
More Content - Coming soon.
No comments:
Post a Comment