A minimal React application using Apollo Client with GitHub's GraphQL API. As example Apollo Client's optimistic UI feature is implemented.
git clone [email protected]:the-road-to-graphql/react-apollo-client-optimistic-ui-example.git
- cd react-apollo-client-optimistic-ui-example
- 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