From 7f81e313ed6148835e0c02f6f368016167dd40db Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Sat, 22 Jul 2017 10:43:25 -0700 Subject: [PATCH] Add link to Glitch playground --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 493b7c8f..06171b38 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,9 @@ Browser support: Chrome, Firefox, Safari >= 7, IE 10, Edge. touch handling to the Web. Browse the [UI Explorer](https://necolas.github.io/react-native-web/storybook/) -to see React Native examples running on Web. Or try it out online with [React -Native for Web: Playground](https://www.webpackbin.com/bins/-KgucwxRbn7HRU-V-3Bc). +to see React Native examples running on Web. Or remix the [React Native for +Web: Playground](https://glitch.com/edit/#!/react-native-web-playground) on +Glitch. ## Quick start @@ -91,12 +92,15 @@ AppRegistry.runApplication('MyApp', { rootTag: document.getElementById('react-ro ## Related projects * [react-primitives](https://github.com/lelandrichardson/react-primitives/) +* [react-sketchapp](https://github.com/airbnb/react-sketchapp) +* [reactxp](https://github.com/microsoft/reactxp) * [react-native-web-player](https://github.com/dabbott/react-native-web-player) + +## Start kits + +* [create-react-app](https://github.com/facebookincubator/create-react-app) ([on Glitch](https://glitch.com/edit/#!/react-native-web-playground)) * [react-native-web-starter](https://github.com/grabcode/react-native-web-starter) * [react-native-web-webpack](https://github.com/ndbroadbent/react-native-web-webpack) -* [react-sketchapp](https://github.com/airbnb/react-sketchapp) -* [react-web](https://github.com/taobaofed/react-web) -* [reactxp](https://github.com/microsoft/reactxp) ## License