Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 354 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 354 Bytes

React + TypeScript

Adding Type Safety To React Apps

  • What & Why?
  • TypeScript Basics
  • Combining React & TypeScript

What & Why?

TypeScript is a superset to JavaScript

TypeScript adds static typing to JavaScript

JavaScript on its own is dynamically typed

JavaScript With Syntax For Types.