Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Mention React Storybook as a third party tool.
  • Loading branch information
arunoda authored Oct 5, 2016
commit 686cc628b4120b8a085597ac1d9d1b6fa5088809
4 changes: 3 additions & 1 deletion packages/react-scripts/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,9 @@ For an example, a simple button component could have following states:
* With some emoji
* With disabled mode

With React Storybook, you can manage these different states (or stories) and develop them without running your app. You can also deploy your Storybook as a static app.
Usually, it's hard to see these states without running a sample app or some examples.

That's where you could get some help from the third party tool [React Storybook](https://github.com/kadirahq/react-storybook). With that, you can manage these different states and develop them without running your app. You can also deploy your Storybook as a static app.

That means, everyone in your team can view and review different states of UI components without starting a backend server or creating an account in your app.

Expand Down