DEV Community

Discussion on: We're the core maintainers of Storybook, Ask Us Anything!

Collapse
 
arun678 profile image
Arun K

Hi i am into react coding since past few months. Storybook seems to be good for isolated components for both development and testing. However i am just wondering how do we build entire application.
Say i have Shopping cart application.
Should i consider one of the story to be complete development
and rest of the stories to be granular components

like,
Main App

Button
Form
Products
Cart
Checkout