diff --git a/beta/src/components/Layout/HomeContent.js b/beta/src/components/Layout/HomeContent.js index 23132bd98..5816cb670 100644 --- a/beta/src/components/Layout/HomeContent.js +++ b/beta/src/components/Layout/HomeContent.js @@ -134,11 +134,8 @@ export function HomeContent() {
- Create UI from components -
- You start with a
- single component -
+ You start with a single component… +
Create user interfaces from components
React lets you build user interfaces out of individual pieces called components. Create your own React components like{' '} @@ -162,8 +159,8 @@ export function HomeContent() {
- Write components with code and markup -
Then, you keep making more of them
+ …Then, you keep making more of them… +
Write components with code and markup
React components are JavaScript functions. Want to show some content conditionally? Use an if statement. @@ -186,8 +183,8 @@ export function HomeContent() {
- Add interactivity where you need it -
They can handle events in the browser
+ …They can handle events in the browser… +
Add interactivity where you need it
React components receive data and return what should appear on the screen. You can pass them new data in response to an interaction, @@ -217,8 +214,8 @@ export function HomeContent() {
- Go full-stack with a framework -
They can read database on the server
+ …They can read database on the server… +
Go full-stack with a framework
React is a library. It lets you put components together, but it doesn’t prescribe how to do routing and data fetching. To build an @@ -251,8 +248,8 @@ export function HomeContent() {
- Use the best from every platform -
They feel native on every platform
+ …They’re native on every platform… +
Use the best from every platform
People love web and native apps for different reasons. React lets you build both web apps and native apps using the same @@ -400,8 +397,8 @@ export function HomeContent() {
- Upgrade when the future is ready -
With time, they will only get better
+ …With time, they will only get better… +
Upgrade when the future is ready
React approaches changes with care. Every React commit is tested on business-critical surfaces with over a billion @@ -466,8 +463,8 @@ export function HomeContent() {
- Join a community of millions -
We hope that someday you will join us…
+ …We’d like to invite you to join us… +
Join a community of millions
You’re not alone. Two million developers from all over the world visit the React docs every month. React is something @@ -501,8 +498,9 @@ export function HomeContent() {
+ …in making components together. -
…in making components together.
+
Welcome to the React community