Use Storybook to Develop React Components in Nx

Share this video with your friends

Send Tweet

Storybook is a framework that allows you to develop components in isolation. It is ideal for a variety of use cases, most commonly when you're building some shared component toolkit. As such, Nx comes with a dedicated package @nrwl/storybook that adds a series of useful code generators to add storybook to an existing React library, but also to automatically generate stories and more.