diff --git a/beta/src/components/Layout/HomeContent.js b/beta/src/components/Layout/HomeContent.js index 3bcd0b111..1e6a7111e 100644 --- a/beta/src/components/Layout/HomeContent.js +++ b/beta/src/components/Layout/HomeContent.js @@ -134,28 +134,40 @@ export function HomeContent() {
-
-

- Make the best use of the platform -

-

- 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. -

-
-
-
-

- Mobile app users expect native look-and-feel. With{' '} - React Native, you - can 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. -

+

+ Make the best use of the platform +

+
+
+ + +

+ Web +

+

+ 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. +

+
+
+
+ + +

+ Native +

+

+ Mobile app users expect native look-and-feel. With{' '} + React Native, + you can 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. +

+