You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Effortlessly generate a developer resume. [Learn More →](https://gitconnected.com/resume-builder)
6
+
7
+
# React App with GraphQL and TypeScript
2
8
3
9
A fully functioning React app using a [GraphQL implemention](https://spacexdata.herokuapp.com/graphql) of the [public SpaceX API](https://docs.spacexdata.com/).
4
10
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)
6
12
7
13
## Overview
8
14
9
15
- 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
0 commit comments