From 69e0396fb1f74c8fbe65ef81bfd0a2d1218a5f96 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Thu, 4 Jan 2018 14:19:48 -0800 Subject: [PATCH] Minor README edit --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index facd3785..d9ace51f 100644 --- a/README.md +++ b/README.md @@ -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 don’t 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