From 55cc4ff2b520ffaf08a5ee88fa09c27ded24e3b6 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Tue, 7 Feb 2023 05:20:48 +0000 Subject: [PATCH] copy --- beta/src/components/Layout/HomeContent.js | 478 +++++++++++----------- 1 file changed, 243 insertions(+), 235 deletions(-) diff --git a/beta/src/components/Layout/HomeContent.js b/beta/src/components/Layout/HomeContent.js index b67cd1a15..56ca9bce9 100644 --- a/beta/src/components/Layout/HomeContent.js +++ b/beta/src/components/Layout/HomeContent.js @@ -134,33 +134,41 @@ export function HomeContent() {
-

- Make the best use of the platform -

+
+

+ Take the best from every platform +

+

+ People love using web apps and native apps for different + reasons. React lets you build both web and native apps in the + same paradigm, while taking full advantage of the underlying + platform. Learn once, write everywhere. +

+
-

- Web -

+

+ Use the web to the full +

- Web users expect pages to load fast. React can render into - an HTML stream on the server, gradually revealing more - content even before React itself has loaded on the client. - React relies on modern web standards to keep the page - responsive even during rendering. + Web users expect pages to load fast. React lets your server + start a stream of HTML to progressively reveal fetching + content even before the browser loads any JavaScript. Then, + React relies on the modern web standards to keep your app + responsive even in the middle of rendering.


-

- Native -

+

+ Make your app truly native +

- Mobile app users expect native look-and-feel. With{' '} - React Native, - you can create Android and iOS apps with React. These user + Native app users expect native look-and-feel.{' '} + React Native{' '} + lets you create Android and iOS apps with React. These user interfaces can feel truly native because they are{' '} truly native. Your React components render real Android and iOS views natively provided by the platform. @@ -1026,6 +1034,224 @@ function WebIcons() { + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

); }