-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(cn): translate content/blog/2015-03-26-introducing-react-native.…
…md into Chinese (#904) Co-authored-by: hexiaokang <m13381151097@163.comm> Co-authored-by: KnowsCount <knowscount@gmail.com>
- Loading branch information
1 parent
76dccf7
commit b66eae6
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
--- | ||
title: "Introducing React Native" | ||
title: "React Native 介绍" | ||
author: [sophiebits] | ||
--- | ||
|
||
In January at React.js Conf, we announced React Native, a new framework for building native apps using React. We're happy to announce that we're open-sourcing React Native and you can start building your apps with it today. | ||
在一月份的 React.js 大会上,我们宣布了React Native,这是一个用 React 构建原生应用的新框架。我们很高兴的宣布会将 React Native 开源,你可以立即使用它来构建你的应用。 | ||
|
||
For more details, see [Tom Occhino's post on the Facebook Engineering blog](https://code.facebook.com/posts/1014532261909640/react-native-bringing-modern-web-techniques-to-mobile/): | ||
更多详细信息, 请看 [Tom Occhino 在 Facebook Engineering blog 的帖子](https://code.facebook.com/posts/1014532261909640/react-native-bringing-modern-web-techniques-to-mobile/): | ||
|
||
> *What we really want is the user experience of the native mobile platforms, combined with the developer experience we have when building with React on the web.* | ||
> *我们真正关注的是原生移动端的用户体验,以及开发者在web端使用 React 构建时的开发体验。* | ||
> | ||
> *With a bit of work, we can make it so the exact same React that's on GitHub can power truly native mobile applications. The only difference in the mobile environment is that instead of running React in the browser and rendering to divs and spans, we run it an embedded instance of JavaScriptCore inside our apps and render to higher-level platform-specific components.* | ||
> *通过少量工作,我们可以让与 GitHub 上完全相同的 React 真正为原生移动应用提供支持。移动端环境唯一不同的是不在浏览器中运行 React 和渲染 divs、spans 标签。而是在我们的应用程序中运行一个 JavaScriptCore 的内嵌实例并且渲染至更高级、平台特定的组件中。* | ||
> | ||
> *It's worth noting that we're not chasing “write once, run anywhere.” Different platforms have different looks, feels, and capabilities, and as such, we should still be developing discrete apps for each platform, but the same set of engineers should be able to build applications for whatever platform they choose, without needing to learn a fundamentally different set of technologies for each. We call this approach “learn once, write anywhere.”* | ||
> *需要注意的是,我们不是在追求“一次编写,随处运行”。不同的平台有不同的界面、体验和功能。因此,我们仍然应该为每个平台开发独立的应用程序,但同组的工程师应该能为他们选择的任何平台构建应用程序。而无需为每个平台学习完全不同组的技术栈,我们称这种方式为“一次学习,随处编写”。* | ||
To learn more, visit the [React Native website](https://reactnative.dev/). | ||
要了解更多,请访问 [React Native 网站](https://reactnative.dev/)。 |