amrutsabale / apollo-graphql-pagination

GraphQL pagination in React with Apollo Client using Github GraphQL API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQL pagination in React Apollo Client using Github GraphQL API

This project was bootstrapped with Create React App.

Create ENV file

Create .env file in root of project with below content. Add Personal Access Token from your GitHub for Github API.

REACT_APP_GITHUB_AUTHORIZATION_TOKEN = ""

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

About

GraphQL pagination in React with Apollo Client using Github GraphQL API


Languages

Language:JavaScript 55.5%Language:HTML 28.9%Language:CSS 15.6%