In this workshop we will be building a React Native app that communicates with a GraphQL backend. We will use Github GraphQL API. The app will allow users to see the repositories they've starred, search for new ones and star/unstar them.
Clone this repository and follow instructions in docs/
. There are branches that correspond to the steps, you can checkout the branch to get a clean version ready for the chapter.
- Introduction to GraphQL
- Installing and first steps
- Adding list of starred repos
- Adding pagination to the list of repos
- Mutations
- Search
This is a collection of links to documentation and info websites.
- React Apollo docs
- Github API docs
- Github GraphQL Explorer
- GraphQL docs
- How to GraphQL
- React Native docs
- Expo
- Launchpad - How to build servers for GraphQL with node.js