Home
Softono

React Graphql Github Apollo

Open source JavaScript
1.6K
Stars
217
Forks
11
Issues
35
Watchers
6 years
Last Commit

 About React Graphql Github Apollo

πŸš€ A React + Apollo + GraphQL GitHub Client. Your opportunity to learn about these technologies in a real world application.

Platforms

Web Self-hosted

Languages

JavaScript

Need Help Installing React Graphql Github Apollo?

We provide expert installation service for this software. Our team will install, configure, and secure React Graphql Github Apollo on your server. plans start at just $30.

React Graphql Github Apollo

View on GitHub

A React + Apollo + GraphQL GitHub Client

Build Status Slack Greenkeeper badge

Features

  • React 16 with create-react-app
  • Responsive
  • React Router 4
  • Apollo with GitHub GraphQL API
    • Queries and Mutations with render props
    • Optimistic Updates
    • Pagination
    • Optimistic Fetch (e.g. Issues)
      • not everywhere for the purpose of demonstrating though

Installation

  • git clone [email protected]:the-road-to-graphql/react-graphql-github-apollo.git
  • cd react-graphql-github-apollo
  • add your own GitHub personal access token in a .env file in your root folder
    • scopes/permissions you need to check: admin:org, repo, user, notifications
    • REACT_APP_GITHUB_PERSONAL_ACCESS_TOKEN=xxxXXX
  • npm install
  • npm start
  • visit http://localhost:3000

Contributing

Want to learn more about React + GraphQL + Apollo?