Using Storybook with React | Tutorial

preview_player
Показать описание
Creating Reusable Components in React can be hard. So lets take a look at how using Storybook can make it easier!

I hope this video can help you. If it does then please consider subscribing and giving me some feedback.
Have a great day!

Timestamps:
00:00 Setting up React with Storybook
01:16 Starting the Storybook
02:05 Creating custom component stories
05:26 Implementing Controls
08:15 Adding variants
Рекомендации по теме
Комментарии
Автор

Extremely easy and cool tutorial. Thanks man.

kenobi
Автор

It was very helpful for me as a beginner

Afreen-coder
Автор

Found very easy to understand. Thanks a lot.

pkdwibedi
Автор

Storybook is a cool package) But there are some cases when we don’t need all the power of storybook, but just a simple “test page” with all our components where we can play with its props. There is one package that works just fine for this, called storybox-react

sergeykahnwald