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
Adding Type Safety To React Apps
What & Why?
TypeScript is a superset to JavaScript
TypeScript adds static typing to JavaScript
JavaScript on its own is dynamically typed