Browse Source

Wording

main
Dan Abramov 6 years ago
parent
commit
23e2c59da0
  1. 2
      content/docs/add-react-to-a-website.md
  2. 2
      content/docs/getting-started.md

2
content/docs/add-react-to-a-website.md

@ -9,7 +9,7 @@ next: create-a-new-react-app.html
Use as little or as much React as you need.
React is designed for gradual adoption, and **you can use as little or as much React as you need**. Perhaps you only want to add some "sprinkles of interactivity" to an existing page. React components are a great way to do that.
React has been designed from the start for gradual adoption, and **you can use as little or as much React as you need**. Perhaps you only want to add some "sprinkles of interactivity" to an existing page. React components are a great way to do that.
The majority of websites aren't, and don't need to be, single-page apps. With **a few lines of code and no build tooling**, try React in a small part of your website. You can then either gradually expand its presence, or keep it contained to a few dynamic widgets.

2
content/docs/getting-started.md

@ -32,7 +32,7 @@ This page is an overview of the React documentation and related resources.
## Try React
React is designed for gradual adoption, and you can use as little or as much React as you need. Whether you want to get a taste of React, add some interactivity to a simple HTML page, or start a complex React-powered app, the links in this section will help you get started.
React has been designed from the start for gradual adoption, and you can use as little or as much React as you need. Whether you want to get a taste of React, add some interactivity to a simple HTML page, or start a complex React-powered app, the links in this section will help you get started.
### Online Playgrounds

Loading…
Cancel
Save