Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 444 Bytes

fullStackTypeSafety.md

File metadata and controls

11 lines (6 loc) · 444 Bytes

Full Stack Type Safety with React, GraphQL, TypeScript, and TypeGraphQL

by Robert Zhu

Let's start with a question:

What is the ideal development experience for breaking API changes?

By using TypeScript across the stack, it can prevent us from sending an invalid request to the server before we even send the first request. The bindings will error and alert the developer to the failure.

Talk was mostly code examples, pending link