We don’t need to build an accordion for the N
th time. Building the same components over and over again means there are many more opportunities for error. And that’s not even to mention the wasted time and effort doing the same thing over and over again. If a component can be built once and then iterated upon and improved over time, every project and client get the best version there can be of those components.
Web components! They’re currently at the vanguard of web development and are a reliable source of hot drama in the community. We’ve built a number of web component-powered design systems with Fortune 500 companies over the last 4 years, and it’s been a wild ride. We’ve seen a ton of success, we’ve b
Web components are good for agencies for the same reason that they are good for huge companies with many products. There’s always going to be lots of different frameworks in use, so being able to use a framework-agnostic tool to handle the presentational aspects of the components and let the framework handle the interactivity aspects.