Skip to content

Commit

Permalink
Merge branch 'master' of github.com:treyhuffine/graphql-react-typescr…
Browse files Browse the repository at this point in the history
…ipt-spacex
  • Loading branch information
treyhuffine committed Aug 4, 2021
2 parents b179c80 + cf7c1cb commit 0704b94
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
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)

0 comments on commit 0704b94

Please sign in to comment.