A simple React application consuming the GitHub GraphQL API with plain HTTP requests. Read more about it over here.
- React 16 with create-react-app
- GitHub GraphQL API
- Consuming GraphQL with plain JS
- no Apollo/Relay
git clone git@github.com:the-road-to-graphql/react-graphql-github-vanilla.git
- cd react-graphql-github-vanilla
- npm install
- add your own REACT_APP_GITHUB_PERSONAL_ACCESS_TOKEN in .env file
- scopes/permissions you need to check: admin:org, repo, user, notifications
- npm start
- visit
http://localhost:3000
- Don't miss upcoming Tutorials and Courses
- Check out current React Courses