DEV Community

Discussion on: The importance of a design system and why you should be using Storybook in all of your projects

Collapse
 
dastasoft profile image
dastasoft

I used Storybook when I made my first iteration of a component library, a year ago I switched to bit.dev and now they have released a new version that has an interesting showcase similar to Storybook, take a look at it because you might find it useful.

Collapse
 
begueradj profile image
Billal BEGUERADJ

It is not free though

Collapse
 
dz9mike4real profile image
dz9mike4real

What made you switch from Storybook to bit.dev? Which JS component library were you building with?

Collapse
 
dastasoft profile image
dastasoft

It was a React UI library basically, the change was because bit allows my team to retrieve components directly in the final project modify and reupload again, it also comes with features to build a monorepo but publishing components independently.

Back in the moment I remember to see bit as something like Lerna + Storybook.