@ -29,10 +29,10 @@ This is also the best way to integrate React into an existing website. You can a
The React team primarily recommends these solutions:
The React team primarily recommends these solutions:
- [Create React App](#create-react-app) (best for [single-page](/docs/glossary.html#single-page-application) apps)
- 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).
- [Next.js](#nextjs) (best for Node.js apps)
- If you're building a **server-rendered website with Node.js,** try [Next.js](#nextjs).
- [Gatsby](#gatsby) (best for static websites)
- If you're building a **static content-oriented website,** try [Gatsby](#gatsby).