diff --git a/src/components/Layout/Footer.tsx b/src/components/Layout/Footer.tsx index 677899eecd..c89b0e3888 100644 --- a/src/components/Layout/Footer.tsx +++ b/src/components/Layout/Footer.tsx @@ -286,50 +286,44 @@ export function Footer() {
- The library for web and native user interfaces + 用于构建 Web 和原生交互界面的库
Thumbnail, LikeButton, and{' '}
- Video. Then combine them into entire screens, pages,
- and apps.
+ React 让你可以通过组件来构建用户界面。你可以创建像{' '}
+ Thumbnail、LikeButton 和{' '}
+ Video 这样的组件。然后将它们组合成整个应用程序。
if statement.
- Displaying a list? Try array map(). Learning React is
- learning programming.
+ React 组件是 JavaScript 函数。想要有条件地显示一些内容吗?使用{' '}
+ if 语句。
+ map() 方法。学习
+ React 就是学习编程。
- People expect web app pages to load fast. On the server, - React lets you start streaming HTML while you’re still - fetching data, progressively filling in the remaining - content before any JavaScript code loads. On the client, - React can use standard web APIs to keep your UI - responsive even in the middle of rendering. + 人们期望网页加载速度更快。在服务器上,React + 可以让你在获取数据的同时开始流式传输 HTML,在任何 + JavaScript + 代码加载之前逐步填充剩余内容。在客户端,即使是在渲染过程中,React + 可以使用标准的 Web API 使 UI 能够快速响应。
- People expect native apps to look and feel like their - platform.{' '} + 人们希望原生应用程序都有和自己使用的平台相一致的体验。 React Native {' '} - and{' '} + 和{' '} Expo{' '} - let you build apps in React for Android, iOS, and - more. They look and feel native because their UIs{' '} - are truly native. It’s not a web view—your - React components render real Android and iOS views - provided by the platform. + 让你可以使用 React 构建 Android、iOS + 等应用程序。它们的样式和体验都和原生应用程序一样,因为它们的用户界面是真正的原生用户界面。这不是一个 + Web 视图——你的 React 组件由平台提供的真实 Android 或 + iOS 视图来渲染。