Skip to content

Commit 9d98ca9

Browse files
authored
Hide React Storybook from the User Guide while it's incompatible (#2252)
* Hide React Storybook from the User Guide while it's incompatible * Update README.md
1 parent 5410aa4 commit 9d98ca9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,9 @@ The [User Guide](https://github.com/facebookincubator/create-react-app/blob/mast
134134
- [Generating Dynamic `<meta>` Tags on the Server](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#generating-dynamic-meta-tags-on-the-server)
135135
- [Pre-Rendering into Static HTML Files](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#pre-rendering-into-static-html-files)
136136
- [Running Tests](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#running-tests)
137+
<!--
137138
- [Developing Components in Isolation](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#developing-components-in-isolation)
139+
-->
138140
- [Making a Progressive Web App](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#making-a-progressive-web-app)
139141
- [Deployment](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#deployment)
140142
- [Advanced Configuration](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#advanced-configuration)

packages/react-scripts/template/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ You can find the most recent version of this guide [here](https://github.com/fac
6161
- [Disabling jsdom](#disabling-jsdom)
6262
- [Snapshot Testing](#snapshot-testing)
6363
- [Editor Integration](#editor-integration)
64+
<!--
6465
- [Developing Components in Isolation](#developing-components-in-isolation)
66+
-->
6567
- [Making a Progressive Web App](#making-a-progressive-web-app)
6668
- [Offline-First Considerations](#offline-first-considerations)
6769
- [Progressive Web App Metadata](#progressive-web-app-metadata)
@@ -1282,6 +1284,7 @@ If you use [Visual Studio Code](https://code.visualstudio.com), there is a [Jest
12821284

12831285
![VS Code Jest Preview](https://cloud.githubusercontent.com/assets/49038/20795349/a032308a-b7c8-11e6-9b34-7eeac781003f.png)
12841286

1287+
<!--
12851288
## Developing Components in Isolation
12861289
12871290
Usually, in an app, you have a lot of UI components, and each of them has many different states.
@@ -1321,6 +1324,7 @@ Learn more about React Storybook:
13211324
* [GitHub Repo](https://github.com/kadirahq/react-storybook)
13221325
* [Documentation](https://storybooks.js.org/docs/react-storybook/basics/introduction/)
13231326
* [Snapshot Testing](https://github.com/kadirahq/storyshots) with React Storybook
1327+
-->
13241328

13251329
## Making a Progressive Web App
13261330

0 commit comments

Comments
 (0)