1. 22
    Configure Storybook for your React Based Nx Workspace Library
    5m 34s

Configure Storybook for your React Based Nx Workspace Library

Share this video with your friends

Send Tweet

Developing UI components is sometimes a highly visual effort. We continuously want to have feedback on how a particular change affects our component rendering and adjust accordingly. Most often, as a developer, we include these components in their target applications, just to get that visual feedback. This is far from ideal though.

Storybook solves exactly this! It allows you to develop components in isolation and experiment with the inputs and outputs of a component. Furthermore, once the Storybook story is fully developed, it can serve as documentation for other developers to explore.

Prefer to read along as well? Here's the accompanying article.

michaelbruns1
michaelbruns1
~ a year ago

If anyone has a solution to this I am all ears.

Juri Strumpflohner
Juri Strumpflohner(instructor)
~ a year ago

Are you running into any issue Michael? In case, can you post some details here?