You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/question.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ about: Get help with Create React App
4
4
labels: 'needs triage'
5
5
---
6
6
7
-
If you have a general question about Create React App or about building an app with Create React App we encourage you to post on our Spectrum community instead of this issue tracker. The maintainers and other community members can provide help and answer your questions there: https://spectrum.chat/create-react-app
7
+
If you have a general question about Create React App or about building an app with Create React App we encourage you to post in GitHub Discussions instead of this issue tracker. The maintainers and other community members can provide help and answer your questions there: https://github.com/facebook/create-react-app/discussions
8
8
9
9
If you're looking for general information on using React, the React docs have a list of resources: https://reactjs.org/community/support.html
-[Creating an App](#creating-an-app) – How to create a new app.
6
8
-[User Guide](https://facebook.github.io/create-react-app/) – How to develop apps bootstrapped with Create React App.
7
9
8
10
Create React App works on macOS, Windows, and Linux.<br>
9
11
If something doesn’t work, please [file an issue](https://github.com/facebook/create-react-app/issues/new).<br>
10
-
If you have questions or need help, please ask in our [Spectrum](https://spectrum.chat/create-react-app) community.
12
+
If you have questions or need help, please ask in [GitHub Discussions](https://github.com/facebook/create-react-app/discussions).
11
13
12
14
## Quick Overview
13
15
@@ -17,7 +19,7 @@ cd my-app
17
19
npm start
18
20
```
19
21
20
-
If you've previously installed `create-react-app` globally via `npm install -g create-react-app`, we recommend you uninstall the package using `npm uninstall -g create-react-app` to ensure that npx always uses the latest version.
22
+
If you've previously installed `create-react-app` globally via `npm install -g create-react-app`, we recommend you uninstall the package using `npm uninstall -g create-react-app`or `yarn global remove create-react-app`to ensure that npx always uses the latest version.
21
23
22
24
_([npx](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b) comes with npm 5.2+ and higher, see [instructions for older npm versions](https://gist.github.com/gaearon/4064d3c23a77c74a3614c498a8bb1c5f))_
23
25
@@ -37,7 +39,7 @@ Create a project, and you’re good to go.
37
39
38
40
## Creating an App
39
41
40
-
**You’ll need to have Node 8.16.0 or Node 10.16.0 or later version on your local development machine** (but it’s not required on the server). You can use [nvm](https://github.com/creationix/nvm#installation) (macOS/Linux) or [nvm-windows](https://github.com/coreybutler/nvm-windows#node-version-manager-nvm-for-windows) to switch Node versions between different projects.
42
+
**You’ll need to have Node 10.16.0 or later version on your local development machine** (but it’s not required on the server). We recommend using the latest LTS version. You can use [nvm](https://github.com/creationix/nvm#installation) (macOS/Linux) or [nvm-windows](https://github.com/coreybutler/nvm-windows#node-version-manager-nvm-for-windows) to switch Node versions between different projects.
41
43
42
44
To create a new app, you may choose one of the following methods:
43
45
@@ -175,9 +177,9 @@ Here are a few common cases where you might want to try something else:
175
177
176
178
- If you need to **publish a React component**, [nwb](https://github.com/insin/nwb) can [also do this](https://github.com/insin/nwb#react-components-and-libraries), as well as [Neutrino's react-components preset](https://neutrino.js.org/packages/react-components/).
177
179
178
-
- If you want to do **server rendering** with React and Node.js, check out [Next.js](https://github.com/zeit/next.js/) or [Razzle](https://github.com/jaredpalmer/razzle). Create React App is agnostic of the backend, and only produces static HTML/JS/CSS bundles.
180
+
- If you want to do **server rendering** with React and Node.js, check out [Next.js](https://nextjs.org/) or [Razzle](https://github.com/jaredpalmer/razzle). Create React App is agnostic of the backend, and only produces static HTML/JS/CSS bundles.
179
181
180
-
- If your website is **mostly static** (for example, a portfolio or a blog), consider using [Gatsby](https://www.gatsbyjs.org/)instead. Unlike Create React App, it pre-renders the website into HTML at the build time.
182
+
- If your website is **mostly static** (for example, a portfolio or a blog), consider using [Gatsby](https://www.gatsbyjs.org/)or [Next.js](https://nextjs.org/). Unlike Create React App, Gatsby pre-renders the website into HTML at build time. Next.js supports both server rendering and pre-rendering.
181
183
182
184
- Finally, if you need **more customization**, check out [Neutrino](https://neutrino.js.org/) and its [React preset](https://neutrino.js.org/packages/react/).
183
185
@@ -194,6 +196,10 @@ Check out [Expo CLI](https://github.com/expo/expo-cli).
194
196
195
197
We'd love to have your helping hand on `create-react-app`! See [CONTRIBUTING.md](CONTRIBUTING.md) for more information on what we're looking for and how to get started.
196
198
199
+
## Supporting Create React App
200
+
201
+
Create React App is a community maintained project and all contributors are volunteers. If you'd like to support the future development of Create React App then please consider donating to our [Open Collective](https://opencollective.com/create-react-app).
202
+
197
203
## Credits
198
204
199
205
This project exists thanks to all the people who [contribute](CONTRIBUTING.md).<br>
@@ -211,4 +217,4 @@ We are grateful to the authors of existing related projects for their ideas and
211
217
212
218
## License
213
219
214
-
Create React App is open source software [licensed as MIT](https://github.com/facebook/create-react-app/blob/master/LICENSE).
220
+
Create React App is open source software [licensed as MIT](https://github.com/facebook/create-react-app/blob/master/LICENSE). The Create React App logo is licensed under a [Creative Commons Attribution 4.0 International license](https://creativecommons.org/licenses/by/4.0/).
If you believe you have found a security vulnerability in Create React App, we encourage you to let us know right away. We will investigate all legitimate reports and do our best to quickly fix the problem.
4
+
5
+
Please refer to the following page for our responsible disclosure policy, reward guidelines, and those things that should not be reported:
0 commit comments