diff --git a/beta/src/components/Layout/HomeContent.js b/beta/src/components/Layout/HomeContent.js index 578f00cfc..8387670c8 100644 --- a/beta/src/components/Layout/HomeContent.js +++ b/beta/src/components/Layout/HomeContent.js @@ -5,7 +5,7 @@ import {createContext, useState, useContext} from 'react'; import ButtonLink from '../ButtonLink'; import {Logo} from 'components/Logo'; -import Link from 'next/link'; +import Link from 'components/MDX/Link'; import CodeBlock from 'components/MDX/CodeBlock'; export function HomeContent() { @@ -67,7 +67,7 @@ export function HomeContent() { -
+ React is a library. It lets you put components together, but + it doesn't prescribe solutions for routing and data fetching. + To get the most out of React, we recommend a React framework + like{' '} + Next.js,{' '} + Remix, and{' '} + Expo. Frameworks let you + create full-stack apps with very little configuration. +
++ React is also an architecture. It bridges the gap + between the client and the server, empowering frameworks + designed for React to use both to the full. Write components, + and let a framework take care of the rest. +
++ 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. +
+