返回排行榜
the-road-to-graphql/react-graphql-github-apollo
JavaScriptrobinwieruch.de/react-with-graphql-tutorial🚀 A React + Apollo + GraphQL GitHub Client. Your opportunity to learn about these technologies in a real world application.
reactgraphqlapolloapollo-clientapollographqlreact-apolloreact-router-v4githubgithub-apigithub-clientgithub-graphql
关键指标
Star 增长趋势
Star
1.6k
Forks
217
周增长
—
Issues
6
5001k1.5k
2018年2月2019年7月2020年11月2022年4月2023年9月2025年2月2026年7月
制品库npm
npm install react-graphql-github-apolloREADME
A React + Apollo + GraphQL GitHub Client

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 git@github.com: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
- Please install Prettier integration to your editor and turn on format on save option.
Want to learn more about React + GraphQL + Apollo?
- Don't miss upcoming Tutorials and Courses
- Check out current React Courses
相关仓库