Skip to content

Commit 06fd52a

Browse files
authored
2021 review update (#28)
1 parent 0704b94 commit 06fd52a

26 files changed

+9287
-25313
lines changed

.netlify/state.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
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-
71
# React App with GraphQL and TypeScript
82

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

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

137
## Overview
148

codegen.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
overwrite: true
2-
schema: 'https://spacexdata.herokuapp.com/graphql'
3-
documents: './src/components/**/*.ts'
2+
schema: "https://spacexdata.herokuapp.com/graphql"
3+
documents: "./src/components/**/*.{ts,tsx}"
44
generates:
55
src/generated/graphql.tsx:
66
plugins:
7-
- 'typescript'
8-
- 'typescript-operations'
9-
- 'typescript-react-apollo'
7+
- "typescript"
8+
- "typescript-operations"
9+
- "typescript-react-apollo"
1010
config:
1111
withHooks: true

0 commit comments

Comments
 (0)