mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-04-29 12:54:53 +08:00
Minor README edit
This commit is contained in:
24
README.md
24
README.md
@@ -6,11 +6,10 @@
|
|||||||
[React Native][react-native-url] to the Web.
|
[React Native][react-native-url] to the Web.
|
||||||
|
|
||||||
* **High-quality user interfaces**: React Native for Web makes it easy to
|
* **High-quality user interfaces**: React Native for Web makes it easy to
|
||||||
create [fast](packages/benchmarks/README.md), adaptive web UIs in
|
create [fast](packages/benchmarks/README.md), adaptive web UIs in JavaScript.
|
||||||
JavaScript. It provides native-like interactions, optimized vendor-prefixed
|
It provides native-like interactions, support for multiple input modes (touch,
|
||||||
styles, support for all interaction types (touch, mouse, keyboard), accessible
|
mouse, keyboard), optimized vendor-prefixed styles, built-in support for RTL
|
||||||
experiences, built-in support for RTL layout, and integrates with React Dev
|
layout, built-in accessibility, and integrates with React Dev Tools.
|
||||||
Tools.
|
|
||||||
|
|
||||||
* **Write once, render anywhere**: React Native for Web interoperates with
|
* **Write once, render anywhere**: React Native for Web interoperates with
|
||||||
existing React DOM components and is compatible with the majority of the
|
existing React DOM components and is compatible with the majority of the
|
||||||
@@ -18,10 +17,10 @@ React Native API. You can develop new components for native and web without
|
|||||||
rewriting existing code. React Native for Web can also render to HTML and
|
rewriting existing code. React Native for Web can also render to HTML and
|
||||||
critical CSS on the server using Node.js.
|
critical CSS on the server using Node.js.
|
||||||
|
|
||||||
React Native for Web is used extensively in production by [Twitter
|
Who is using React Native for Web? [Twitter](https://mobile.twitter.com),
|
||||||
Lite](https://mobile.twitter.com). The library's performance was experimentally
|
[Major League Soccer](https://matchcenter.mlssoccer.com), [The
|
||||||
validated at scale including in emerging markets, and an independent audit
|
Times](https://github.com/newsuk/times-components), [React Native's
|
||||||
found Twitter Lite to be Twitter's most accessible app.
|
documentation](http://facebook.github.io/react-native/).
|
||||||
|
|
||||||
Browser support: Chrome, Firefox, Safari >= 7, IE 10, Edge.
|
Browser support: Chrome, Firefox, Safari >= 7, IE 10, Edge.
|
||||||
|
|
||||||
@@ -32,15 +31,16 @@ The easiest way to get started with React Native for Web is to use this
|
|||||||
You don’t need to install anything to try it out.
|
You don’t need to install anything to try it out.
|
||||||
|
|
||||||
If you are unfamiliar with setting up a React web project, please follow the
|
If you are unfamiliar with setting up a React web project, please follow the
|
||||||
recommendations in the the official [React documentation](https://reactjs.org/).
|
recommendations in the [React documentation](https://reactjs.org/).
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
You can find the React Native for Web API documentation [on the
|
You can find the React Native for Web API documentation [on the
|
||||||
website][website-url].
|
website][website-url].
|
||||||
|
|
||||||
Please refer to the [React Native documentation][react-native-url] for details
|
Please refer to the [React Native documentation][react-native-url] for more
|
||||||
about its design, the [Gesture Responder system](https://facebook.github.io/react-native/docs/gesture-responder-system.html),
|
design details, and for information about the [Gesture Responder
|
||||||
|
system](https://facebook.github.io/react-native/docs/gesture-responder-system.html)
|
||||||
and [animations](https://facebook.github.io/react-native/docs/animations.html).
|
and [animations](https://facebook.github.io/react-native/docs/animations.html).
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|||||||
Reference in New Issue
Block a user