Skip to main content

Web Components

Web Components: Web Components


What is a well-known rule for developing complex software?

View Answer:
Interview Response: The well-known rule for developing complex software is not to make complex software. If something becomes complex, split it into simpler parts and connect it in the most obvious way. A good architect can make the complex simple.

What is a component in web architecture?

View Answer:
Interview Response: Web Components is a suite of different technologies that allow you to create reusable custom elements. Their functionality is encapsulated away from the rest of your code and utilized in your web apps.