Skip to content

Commit 0704b94

Browse files
committed
Merge branch 'master' of github.com:treyhuffine/graphql-react-typescript-spacex
2 parents b179c80 + cf7c1cb commit 0704b94

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
1-
# GraphQL and TypeScript with React
1+
### [Skilled.dev - Coding Interview Course](https://skilled.dev)
2+
Master the programming interview [Learn More →](https://skilled.dev)
3+
4+
### [Software Engineer Resume Builder](https://gitconnected.com/resume-builder)
5+
Effortlessly generate a developer resume. [Learn More →](https://gitconnected.com/resume-builder)
6+
7+
# React App with GraphQL and TypeScript
28

39
A fully functioning React app using a [GraphQL implemention](https://spacexdata.herokuapp.com/graphql) of the [public SpaceX API](https://docs.spacexdata.com/).
410

5-
Follow the tutorial step-by-step on the LogRocket blog (Link article once available)
11+
Follow the step-by-step [tutorial](https://levelup.gitconnected.com/build-a-graphql-react-app-with-typescript-9661f908b26?source=friends_link&sk=efe66b87d9f785c04b3e68f05ed25b7d)
612

713
## Overview
814

915
- Create React App with the TypeScript setting to bootstrap the App
10-
- Implement React Apollo using React Hook to make GraphQL queries
11-
- Automatically generate TypeScript types for our queries and components based off the GraphQL schema
16+
- Implement React Apollo using React Hooks to make GraphQL queries
17+
- Automatically generate TypeScript types for our queries and components based off the GraphQL schema
18+
19+
## Find coding tutorials
20+
21+
### [React](https://gitconnected.com/learn/react) | [TypeScript](https://gitconnected.com/learn/typescript) | [GraphQL](https://gitconnected.com/learn/graphql)

0 commit comments

Comments
 (0)