Petr Volobuev | Technology RadarPetr Volobuev | Technology Radar
Using

In our CI/CD pipelines we added a separate stage that deploys the project's Storybook, so during merge reviews testers can spin up dedicated environments per branch and check the basic functionality of the components.

Using

Having discovered this tool and figured out how to work with it, I immediately wove it into our frontend development practice

Assessing

Storybook is a wonderfully convenient tool for testing, debugging, and frankly developing ui components in general. It enables a TDD approach to UI, sets guardrails for writing "clean" reactive components without unnecessary dependencies, and even lets you do automated tests.