Skip to content

Commit 8f89578

Browse files
committed
Make recommendations clearer
1 parent fd2185b commit 8f89578

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/docs/create-a-new-react-app.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ This is also the best way to integrate React into an existing website. You can a
2929

3030
The React team primarily recommends these solutions:
3131

32-
- [Create React App](#create-react-app) (best for [single-page](/docs/glossary.html#single-page-application) apps)
33-
- [Next.js](#nextjs) (best for Node.js apps)
34-
- [Gatsby](#gatsby) (best for static websites)
35-
- [More Flexible Toolchains](#more-flexible-toolchains)
32+
- If you're **learning React** or **creating a new [single-page](/docs/glossary.html#single-page-application) app,** use [Create React App](#create-react-app).
33+
- If you're building a **server-rendered website with Node.js,** try [Next.js](#nextjs).
34+
- If you're building a **static content-oriented website,** try [Gatsby](#gatsby).
35+
- If you're building a **component library** or **integrating with an existing codebase**, try [More Flexible Toolchains](#more-flexible-toolchains).
3636

3737
### Create React App
3838

0 commit comments

Comments
 (0)