Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 958 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 958 Bytes

Master the programming interview Learn More →

Effortlessly generate a developer resume. Learn More →

React App with GraphQL and TypeScript

A fully functioning React app using a GraphQL implemention of the public SpaceX API.

Overview

  • Create React App with the TypeScript setting to bootstrap the App
  • 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