Getting started with storybook
Imagine codepen.io, jsfiddle and now imagine you have that in your local development machine. Yeap that's pretty much what's storybook is all about. It gives you a playground to work with React, Vue, Html and etc and its pretty cool.
Get started with html,
npx -p @storybook/cli sb init --type html
If you need to get stared with React, you can follow this guide here.
I think the add-on gallery is pretty cool.
Some add-on ideas.
- Preview for mobile and responsive component. Not forgetting React Native support.
- See component loading and profiling loads
- Convert to actual react component -> Typescript, JS and also with smart / dumb component features.
Comments