JSPM

react-apollo

0.3.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 100433
  • Score
    100M100P100Q187368F
  • License MIT

React data container for Apollo Client

Package Exports

  • react-apollo

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-apollo) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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;

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.