Minor README edit

This commit is contained in:
Nicolas Gallagher
2018-01-04 14:19:48 -08:00
parent 6d9154196e
commit 69e0396fb1

View File

@@ -6,11 +6,10 @@
[React Native][react-native-url] to the Web.
* **High-quality user interfaces**: React Native for Web makes it easy to
create [fast](packages/benchmarks/README.md), adaptive web UIs in
JavaScript. It provides native-like interactions, optimized vendor-prefixed
styles, support for all interaction types (touch, mouse, keyboard), accessible
experiences, built-in support for RTL layout, and integrates with React Dev
Tools.
create [fast](packages/benchmarks/README.md), adaptive web UIs in JavaScript.
It provides native-like interactions, support for multiple input modes (touch,
mouse, keyboard), optimized vendor-prefixed styles, built-in support for RTL
layout, built-in accessibility, and integrates with React Dev Tools.
* **Write once, render anywhere**: React Native for Web interoperates with
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
critical CSS on the server using Node.js.
React Native for Web is used extensively in production by [Twitter
Lite](https://mobile.twitter.com). The library's performance was experimentally
validated at scale including in emerging markets, and an independent audit
found Twitter Lite to be Twitter's most accessible app.
Who is using React Native for Web? [Twitter](https://mobile.twitter.com),
[Major League Soccer](https://matchcenter.mlssoccer.com), [The
Times](https://github.com/newsuk/times-components), [React Native's
documentation](http://facebook.github.io/react-native/).
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 dont need to install anything to try it out.
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
You can find the React Native for Web API documentation [on the
website][website-url].
Please refer to the [React Native documentation][react-native-url] for details
about its design, the [Gesture Responder system](https://facebook.github.io/react-native/docs/gesture-responder-system.html),
Please refer to the [React Native documentation][react-native-url] for more
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).
### Installation