Steve Kinney

React with TypeScript

These are the notes for my React && TypeScript workshop for Frontend Masters.

Course Repository

We’ll me working through the content in this repository.

Also, at some points, we may pop into the TypeScript Playground.

Key Benefits

By the end of this course, you’ll be able to:

  • Build React applications with confidence using TypeScript’s type system
  • Catch runtime errors at compile time with proper typing strategies
  • Create reusable, well-typed component libraries
  • Work effectively with React 19’s latest features and TypeScript
  • Set up development environments optimized for React TypeScript development
  • Write maintainable code that scales with your team and application size

Appendix

Migration Guides