If you're developing applications with JavaScript you've probably already heard about TypeScript. TypeScript is a strongly-typed superset of JavaScript that has incorporated all the modern JavaScript features and added a type-system on top of it. In this workshop, I'll teach you the fundamentals of TypeScript (v4+), by coding a React application together.
Prerequisites: A computer with node and npm installed