Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAllow using Storybook for local development. #1352
Conversation
Storybook is an easy to use UI to enable testing out features. This allows storybook to pick up changes from react-vis/src so that it can be used while developing components.
|
I realize that its baking in some of the external config, but it only does it for development. Previously, the storybook, used
With this, the development cycle becomes.
This greatly enhances the flow. I really like developing with storybook because of the ability to add When I was digging into #1347 I actually set up a storybook as it allowed me to easily visualize and test what was going on. Unfortunately I had to follow the painful original flow of stopping, changing, building, starting |
Xiot commentedJun 7, 2020
Storybook is an easy to use UI to enable testing out features.
This allows storybook to pick up changes from react-vis/src so that it
can be used while developing components.