shanehyde / react-apollo

:recycle: React data container for the Apollo Client

Home Page:http://dev.apollodata.com/react/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-apollo

npm version Get on Slack Build Status Coverage Status

Use your GraphQL server data in your React components, with the Apollo Client.

Documentation

Documentation for this client can be found here;

Local Development

If you'd like to run a local copy of this package, you can follow these steps:

  • Clone this repo locally.
  • In your local react-apollo directory: npm link then npm run compile.
  • In your app's directory: npm link react-apollo.

Install

npm install react-apollo --save

Running tests locally:

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, an open source IDE which is available for free on all platforms.

About

:recycle: React data container for the Apollo Client

http://dev.apollodata.com/react/

License:MIT License


Languages

Language:TypeScript 97.5%Language:JavaScript 2.5%