mentdotio / ment.io

Get free mentoring and offer to mentor subjects you care about
https://ment.io
MIT License
2 stars 1 forks source link

Add React Storybook #5

Open newswim opened 7 years ago

newswim commented 7 years ago

At this stage, we can get wild while designing the UI framework. A tool like Storybook lets you explore different component states based on props, and it integrates quite nicely with create-react-app.

Also! It's fully integrated with Jest so we can get snapshot testing for free!