Comment on Anyone using Storybook + React? How do you like it? Is it as bad as it seems at first?

pastelmind@programming.dev ⁨1⁩ ⁨year⁩ ago

Stories are like tests. You need to mock your stores if you want to isolate your stories. Just like how you mock HTTP APIs or database connections when writing tests. This is the cost of writing testable code.

source
Sort:hotnewtop