From the course: Web Components and Modularization: Practical Approaches

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Stand-alone component development

Stand-alone component development

From the course: Web Components and Modularization: Practical Approaches

Start my 1-month free trial

Stand-alone component development

- [Instructor] To wrap up, there's one specific development pattern worth mentioning in detail, Stand-alone Component Development. This approach seems most well-suited for enterprise projects where large cross functional teams of designers, developers, and other partners are involved, or projects where design systems already exists, or are being developed to support the ongoing development. Stand-alone Component Development is exactly what it sounds like. Each component is developed in isolation as a stand-alone asset. This brings us all the way back to the principles we covered early on in the course, and is a way of enforcing them. Developing components in Stand-alone environments, has some immediate benefits. It ensures each component is fully self-contained and delimited. It reminds us to build proper tests for components, as the components is built out. It enforces the idea of components as building blocks,…

Contents