© Ryan Lanciaux 2021
R. LanciauxModern Front-end Architecturehttps://doi.org/10.1007/978-1-4842-6625-0_6

6. Ensuring the Quality of Our Components

Ryan Lanciaux1  
(1)
Ann Arbor, MI, USA
 

So far, we’ve built our components in isolation and have tested them for quality manually through Storybook. We’ve verified that our code is working by running our components directly through Storybook, but there are other techniques we may want to apply to ensure that we’re providing a quality codebase. Can you imagine checking every component in a web app before every release?

Unit Tests

Storybook is an excellent workspace for our components. So far, it’s also served as the primary method of ensuring our components are working as expected. This works great for our ...

Get Modern Front-end Architecture: Optimize Your Front-end Development with Components, Storybook, and Mise en Place Philosophy now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.