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

Commit 1c9301a

Browse files
authored
Add a section on supported browsers
1 parent ece9523 commit 1c9301a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/react-scripts/template/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ You can find the most recent version of this guide [here](https://github.com/fac
1313
- [npm test](#npm-test)
1414
- [npm run build](#npm-run-build)
1515
- [npm run eject](#npm-run-eject)
16+
- [Supported Browsers](#supported-browsers)
1617
- [Supported Language Features and Polyfills](#supported-language-features-and-polyfills)
1718
- [Syntax Highlighting in the Editor](#syntax-highlighting-in-the-editor)
1819
- [Displaying Lint Output in the Editor](#displaying-lint-output-in-the-editor)
@@ -193,6 +194,12 @@ Instead, it will copy all the configuration files and the transitive dependencie
193194

194195
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
195196

197+
## Supported Browsers
198+
199+
By default, the generated project uses the latest version of React.
200+
201+
You can refer [to the React documentation](https://reactjs.org/docs/react-dom.html#browser-support) for more information about supported browsers.
202+
196203
## Supported Language Features and Polyfills
197204

198205
This project supports a superset of the latest JavaScript standard.<br>

0 commit comments

Comments
 (0)