diff --git a/beta/src/components/Layout/HomeContent.tsx b/beta/src/components/Layout/HomeContent.tsx index d909060a2..b23475c4b 100644 --- a/beta/src/components/Layout/HomeContent.tsx +++ b/beta/src/components/Layout/HomeContent.tsx @@ -55,30 +55,35 @@ export function HomeContent() {
- React lets you build user interfaces out of individual pieces - called components. Create your own React components like a - button, a panel, or an avatar. Then combine them into entire - screens, pages, and apps. + Whether you work on your own or with thousands of other + developers, using React feels the same. It is designed to let + you seamlessly combine components written by independent + people, teams, and organizations.
React components are JavaScript functions. Want to show
- something conditionally? Use an `if` statement. Need to
- display a list? Use a `for` loop or array `map`. Learning
- React is learning programming.
+ something conditionally? Use an if statement.
+ Need to display a list? Use a for loop or array{' '}
+ map().
+
+
+ Learning React is learning programming.