react-native-macos/docs
Héctor Ramos 7ed9f0dfb3 Networking Guide
Summary:
Simplified Networking Guide, based on the old Network polyfill doc.

This guide strongly recommends using fetch, while still informing the user about React Native's support for other libraries.

In order to provide an actual working networking example, a `movies.json` file is added at the root of the site, allowing the user to fetch a small blob of JSON:

```
fetch('http://facebook.github.io/react-native/movies.json')
```

![networking](https://cloud.githubusercontent.com/assets/165856/16321804/d2bd7c6a-3953-11e6-9fc5-30baaa38d7a4.png)
Closes https://github.com/facebook/react-native/pull/8381

Differential Revision: D3479018

Pulled By: lacker

fbshipit-source-id: 1f2078bf2414a13f7f77d5af55b08948909093a3
2016-06-23 18:13:32 -07:00
..
Accessibility.md Remove Polyfills section from sidebar 2016-06-22 09:28:28 -07:00
AndroidBuildingFromSource.md Cross platform ActivityIndicator 2016-05-26 13:58:17 -07:00
AndroidUIPerformance.md CI now builds docs website and deploys it to /%version% path 2016-02-11 06:17:42 -08:00
Animations.md Fix guides docs to es2015 classes and remove flowtype from Animation example 2016-06-22 18:58:24 -07:00
Basics-Component-Image.md ES6-ify Image Basics 2016-06-23 12:29:04 -07:00
Basics-Component-ListView.md Make a new "Style" doc that's in The Basics and uses the RNWP 2016-06-23 14:43:35 -07:00
Basics-Component-ScrollView.md ES6-ify ScrollView basics 2016-06-23 12:29:04 -07:00
Basics-Component-Text.md ES6-ify Text Basics 2016-06-23 12:43:25 -07:00
Basics-Component-TextInput.md ES6-ify TextInput Basics 2016-06-23 12:29:05 -07:00
Basics-Component-View.md Make a new "Style" doc that's in The Basics and uses the RNWP 2016-06-23 14:43:35 -07:00
Basics-Components.md More Resources doc, updating Support doc and quickstart too 2016-06-22 14:28:44 -07:00
Basics-Dimensions.md Add `extends Component` to Dimensions and Layout Basics Examples 2016-06-23 15:58:34 -07:00
Basics-IntegrationWithExistingApps.md Make a new "Style" doc that's in The Basics and uses the RNWP 2016-06-23 14:43:35 -07:00
Basics-Layout.md Add `extends Component` to Dimensions and Layout Basics Examples 2016-06-23 15:58:34 -07:00
Basics-Network.md Networking Guide 2016-06-23 18:13:32 -07:00
Basics-Style.md Make a new "Style" doc that's in The Basics and uses the RNWP 2016-06-23 14:43:35 -07:00
Colors.md Remove Polyfills section from sidebar 2016-06-22 09:28:28 -07:00
CommunicationIOS.md Codemod import React from 'react-native' 2016-04-25 22:08:46 -07:00
Debugging.md Move everything out of Known Issues and into more appropriate locations. 2016-06-23 14:13:37 -07:00
DirectManipulation.md Fix guides docs to es2015 classes and remove flowtype from Animation example 2016-06-22 18:58:24 -07:00
GestureResponderSystem.md Add a new Handling Touches guide 2016-06-22 08:58:37 -07:00
HandlingTouches.md Add a new Handling Touches guide 2016-06-22 08:58:37 -07:00
Images.md Add a new Handling Touches guide 2016-06-22 08:58:37 -07:00
IssueGuidelines.md Add instruction on how to have access to the bot in IssueGuidelines.md 2016-05-05 08:46:54 -07:00
JavaScriptEnvironment.md Add Array.prototype.includes polyfill 2016-05-25 11:58:24 -07:00
LinkingLibraries.md Updated Linking and PushNotificationIOS modules to use NativeEventEmitter 2016-05-27 10:28:23 -07:00
MoreResources.md More Resources doc, updating Support doc and quickstart too 2016-06-22 14:28:44 -07:00
MoviesExample.json Fix typo and add comments to the example app 2015-03-27 20:44:20 +00:00
NativeComponentsAndroid.md Fix guides docs to es2015 classes and remove flowtype from Animation example 2016-06-22 18:58:24 -07:00
NativeComponentsIOS.md Updated iOS native UI component events documentation 2016-04-29 05:11:59 -07:00
NativeModulesAndroid.md Removed repeated "To" 2016-05-03 21:55:24 -07:00
NativeModulesIOS.md Added objective-c class/module semantics 2016-03-08 07:07:27 -08:00
NavigatorComparison.md Move everything out of Known Issues and into more appropriate locations. 2016-06-23 14:13:37 -07:00
Performance.md Include info about console.log 2016-06-21 23:13:28 -07:00
PixelRatio.md Move around the docs a bit 2015-03-25 11:52:29 -07:00
PlatformSpecificInformation.md Move everything out of Known Issues and into more appropriate locations. 2016-06-23 14:13:37 -07:00
PullRequestGuidelines.md move templates to .github folder 2016-06-13 07:43:28 -07:00
QuickStart-GettingStarted.md fix Firefox bug 2016-06-22 17:13:33 -07:00
RunningOnDeviceAndroid.md Fixes #8252: Document how to connect to a non-default packager port o… 2016-06-23 07:28:27 -07:00
RunningOnDeviceIOS.md Move everything out of Known Issues and into more appropriate locations. 2016-06-23 14:13:37 -07:00
RunningOnSimulatorIOS.md Add docs to show how to select specific simulator. 2016-06-21 12:58:28 -07:00
SignedAPKAndroid.md Convert warning about keystore into warning block in SignedAPKAndroid.md 2016-06-06 10:28:33 -07:00
Testing.md Add scripts for running tests locally 2016-05-04 08:58:18 -07:00
Text.md iOS: Enable views to be nested within <Text> 2016-05-31 10:28:25 -07:00
Timers.md Remove Polyfills section from sidebar 2016-06-22 09:28:28 -07:00
Troubleshooting.md Move everything out of Known Issues and into more appropriate locations. 2016-06-23 14:13:37 -07:00
Upgrading.md Update Upgrading.md 2016-06-01 05:43:32 -07:00