File tree 1 file changed +4
-0
lines changed 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,9 @@ You can find the most recent version of this guide [here](https://github.com/fac
61
61
- [ Disabling jsdom] ( #disabling-jsdom )
62
62
- [ Snapshot Testing] ( #snapshot-testing )
63
63
- [ Editor Integration] ( #editor-integration )
64
+ <!--
64
65
- [Developing Components in Isolation](#developing-components-in-isolation)
66
+ -->
65
67
- [ Making a Progressive Web App] ( #making-a-progressive-web-app )
66
68
- [ Offline-First Considerations] ( #offline-first-considerations )
67
69
- [ 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
1282
1284
1283
1285
![ VS Code Jest Preview] ( https://cloud.githubusercontent.com/assets/49038/20795349/a032308a-b7c8-11e6-9b34-7eeac781003f.png )
1284
1286
1287
+ <!--
1285
1288
## Developing Components in Isolation
1286
1289
1287
1290
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:
1321
1324
* [GitHub Repo](https://github.com/kadirahq/react-storybook)
1322
1325
* [Documentation](https://storybooks.js.org/docs/react-storybook/basics/introduction/)
1323
1326
* [Snapshot Testing](https://github.com/kadirahq/storyshots) with React Storybook
1327
+ -->
1324
1328
1325
1329
## Making a Progressive Web App
1326
1330
You can’t perform that action at this time.
0 commit comments