-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:treyhuffine/graphql-react-typescr…
…ipt-spacex
- Loading branch information
Showing
1 changed file
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,21 @@ | ||
# GraphQL and TypeScript with React | ||
### [Skilled.dev - Coding Interview Course](https://skilled.dev) | ||
Master the programming interview [Learn More →](https://skilled.dev) | ||
|
||
### [Software Engineer Resume Builder](https://gitconnected.com/resume-builder) | ||
Effortlessly generate a developer resume. [Learn More →](https://gitconnected.com/resume-builder) | ||
|
||
# React App with GraphQL and TypeScript | ||
|
||
A fully functioning React app using a [GraphQL implemention](https://spacexdata.herokuapp.com/graphql) of the [public SpaceX API](https://docs.spacexdata.com/). | ||
|
||
Follow the tutorial step-by-step on the LogRocket blog (Link article once available) | ||
Follow the step-by-step [tutorial](https://levelup.gitconnected.com/build-a-graphql-react-app-with-typescript-9661f908b26?source=friends_link&sk=efe66b87d9f785c04b3e68f05ed25b7d) | ||
|
||
## Overview | ||
|
||
- Create React App with the TypeScript setting to bootstrap the App | ||
- Implement React Apollo using React Hook to make GraphQL queries | ||
- Automatically generate TypeScript types for our queries and components based off the GraphQL schema | ||
- Implement React Apollo using React Hooks to make GraphQL queries | ||
- Automatically generate TypeScript types for our queries and components based off the GraphQL schema | ||
|
||
## Find coding tutorials | ||
|
||
### [React](https://gitconnected.com/learn/react) | [TypeScript](https://gitconnected.com/learn/typescript) | [GraphQL](https://gitconnected.com/learn/graphql) |