Yann Braga | Storybook Vitest | ViteConf 2025
Storybook makes testing way easier by letting you focus on individual UI components instead of the whole app. Each Storybook “story” works like a built-in test, so you can check how a component behaves, how it looks, and whether it’s accessible. You can even auto-generate stories, record interactions, and instantly see what breaks when you change something. Overall, it shows that since modern apps are made from tons of small pieces, it’s way easier to test those pieces directly rather than trying to test everything at once.