Skip to content

Commit bd1e79f

Browse files
committed
Add tutorial steps to README
1 parent 01318d9 commit bd1e79f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ This example app is built, tutorial-style, in the React Native chapter of [The G
77
- [src/HomeScreen.js](https://github.com/GraphQLGuide/guide-react-native/blob/master/src/HomeScreen.js)
88
- [src/ChapterScreen.js](https://github.com/GraphQLGuide/guide-react-native/blob/master/src/ChapterScreen.js)
99

10+
Tutorial steps:
11+
12+
- [Starting branch: 0](https://github.com/GraphQLGuide/guide-react-native/tree/0) app skeleton
13+
- [Step 1: 0...1](https://github.com/GraphQLGuide/guide-react-native/compare/0...1) adding Apollo Client and first query
14+
- [Step 2: 1...2](https://github.com/GraphQLGuide/guide-react-native/compare/1...2) adding second screen and query
15+
- [Step 3: 2...3](https://github.com/GraphQLGuide/guide-react-native/compare/2...3) persisting the cache
16+
1017
### Running the app
1118

1219
```sh

0 commit comments

Comments
 (0)