Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnwalraven authored Sep 21, 2016
1 parent 72dee04 commit 84598d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ order: 0

This is the guide to using Apollo iOS, a GraphQL client for native iOS apps written in Swift.

Apollo iOS is under active development, and there is plenty to work on, but we want to ensure we’re addressing real needs, and prioritize features accordingly. So if you’re using or planning to use GraphQL in an iOS app, please get in touch on the #ios channel on [Slack](http://apollostack.com/#slack).

The Apollo team builds and maintains a collection of utilities designed to make it easier to use [GraphQL](http://graphql.org) across a range of front-end and server technologies. There are similar guides for [React](/react), [Angular 2](/angular2), and the [core](/core) `apollo-client` JavaScript package that can be used anywhere JavaScript runs.

We’ve chosen to start with a native client for iOS, but we’re excited about bringing Apollo to more platforms in the future. There has been some interest from the community in helping to bring Apollo Android to life faster, so if you’d like to contribute to that effort, please let us know on the #android channel on [Slack](http://apollostack.com/#slack).

Although this guide focuses on the integration with native iOS apps, the [React integration](/react) works with [React Native](https://facebook.github.io/react-native/) on both iOS and Android without changes.

You can learn more about the Apollo project at the project's [home page](http://apollostack.com).
Expand All @@ -25,4 +29,4 @@ For more details on the proposed mapping from GraphQL results to Swift types, se

<h2 id="getting-started">Getting Started</h2>

[Apollo iOS Quickstart](https://github.com/apollostack/apollo-ios-quickstart) is a collection of sample Xcode projects that makes it easy to get started with Apollo iOS.
Apollo iOS is still at its early stages, but we hope you’ll want to give it a try and report back on your experiences. The easiest way to get started is through [Apollo iOS Quickstart](https://github.com/apollostack/apollo-ios-quickstart), which contains a sample app and playgrounds that allow you to experiment with query results for particular APIs (including your own).

0 comments on commit 84598d9

Please sign in to comment.