Why Storybook¶
!!! Using Vue? Try histoire
- Build your components in isolation
- makes it easy to develop hard-to-reach states
- Document components 📄
- search 🔎
- playground to learn how the component works
- make it easy to write tests!
- write a story and then write a unit test for that story with React Testing Library
Last update:
2023-04-24