Skip to content

A React client side application using Apollo-Client to interact with GitHub GraphQL APIs.

Notifications You must be signed in to change notification settings

thisis-Shitanshu/react-graphql-apollo-client-github-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React application with GraphQL and Apollo Client

  • To send queries and mutations from the view-layer.
  • To update the view-layer to reflect the result.
  • Using GraphQL features like:
    • Pagination
    • Optimistic UI
    • Caching
    • Local state management
    • Prefetching with Apollo Client in React (with Hooks).

The Landing Page

Installation

$ git clone https://github.com/thisis-Shitanshu/react-graphql-apollo-client-github-api.git
$ cd react-graphql-apollo-client-github-api
$ yarn install
$ yarn start