apollo-client
Version:
A simple yet functional GraphQL client.
43 lines (27 loc) • 2.2 kB
Markdown
# Apollo client
[](https://badge.fury.io/js/apollo-client)
[](http://slack.apollostack.com/)
A simple but functional GraphQL client with a great development experience.
- [Read about our design principles.](design.md)
- [Check out our in-progress documentation.](http://docs.apollostack.com/apollo-client/)
---
### Development
[](https://travis-ci.org/apollostack/apollo-client)
[](https://ci.appveyor.com/project/stubailo/apollo-client/branch/master)
[](https://coveralls.io/github/apollostack/apollo-client?branch=master)
Running tests locally:
```
# nvm use node
npm install
npm test
```
This project uses TypeScript for static typing and TSLint for linting. You can get both of these built into your editor with no configuration by opening this project in [Visual Studio Code](https://code.visualstudio.com/), an open source IDE which is available for free on all platforms.
### Useful tools
Should be moved into some kind of CONTRIBUTING.md soon...
- [AST explorer](https://astexplorer.net/): you can use this to see what the GraphQL query AST looks like for different queries
### Important discussions
If you're getting booted up as a contributor, here are some discussions you should take a look at:
1. [Static typing and why we went with TypeScript](https://github.com/apollostack/apollo-client/issues/6) also covered in [the Medium post](https://medium.com/apollo-stack/javascript-code-quality-with-free-tools-9a6d80e29f2d#.k32z401au)
1. [Idea for pagination handling](https://github.com/apollostack/apollo-client/issues/26)
1. [Discussion about interaction with Redux and domain vs. client state](https://github.com/apollostack/apollo-client/issues/98)
1. [Long conversation about different client options, before this repo existed](https://github.com/apollostack/apollo/issues/1)