Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit 0a0ecab

Browse files
authored
Tweak wording
1 parent 5f15e56 commit 0a0ecab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/react-scripts/template/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can find the most recent version of this guide [here](https://github.com/fac
4242
- [Continuous Integration](#continuous-integration)
4343
- [Disabling jsdom](#disabling-jsdom)
4444
- [Experimental Snapshot Testing](#experimental-snapshot-testing)
45-
- [Developing UI Components with React Storybook](#developing-ui-components-with-react-storybook)
45+
- [Developing Components in Isolation](#developing-components-in-isolation)
4646
- [Deployment](#deployment)
4747
- [Building for Relative Paths](#building-for-relative-paths)
4848
- [GitHub Pages](#github-pages)
@@ -879,7 +879,7 @@ Snapshot testing is a new feature of Jest that automatically generates text snap
879879
880880
This feature is experimental and still [has major usage issues](https://github.com/facebookincubator/create-react-app/issues/372) so we only encourage you to use it if you like experimental technology. We intend to gradually improve it over time and eventually offer it as the default solution for testing React components, but this will take time. [Read more about snapshot testing.](http://facebook.github.io/jest/blog/2016/07/27/jest-14.html)
881881
882-
## Developing UI Components with React Storybook
882+
## Developing Components in Isolation
883883
884884
Usually, in an app, you have a lot of UI components, and each of them has many different states.
885885
For an example, a simple button component could have following states:
@@ -890,7 +890,7 @@ For an example, a simple button component could have following states:
890890
891891
Usually, it’s hard to see these states without running a sample app or some examples.
892892
893-
That’s where you could get some help from [React Storybook](https://github.com/kadirahq/react-storybook). **It is a third party tool that lets you develop components and see all their states in isolation from your app**.
893+
Create React App doesn't include any tools for this by default, but you can easily add [React Storybook](https://github.com/kadirahq/react-storybook) to your project. **It is a third-party tool that lets you develop components and see all their states in isolation from your app**.
894894
895895
![React Storybook Demo](http://i.imgur.com/7CIAWpB.gif)
896896

0 commit comments

Comments
 (0)