|
|
|
|
|
by dmitriid
1739 days ago
|
|
> When you are building an app bottom up, you will be working on components “in isolation” 100% of the time all the way up. What? When you're building an app, you will always have components interacting with each other and being used with each other. |
|
E.g, the interaction between the submit button and the email input box is just the behavior of the whole form component. In react at least, your app is a component, so literally all the logic of your app is in a component in the end. And you can rest this component in storybook. So really there is no limit to what you can test in storybook in that sense.