# Step 2.1: Introduction to Typescript [Lessons](../) | [Exercise](./exercise/) | [Demo](./demo/) In this step, we'll cover enough of the Typescript concepts to be productive with the React & Redux frameworks. Topics in this step will include: - ES modules - Basic Types - Interfaces & Classes - Basic Generics - Spread and Destructuring - Async / Await ## Modules Historically, JS is only executed in browser. The code all had to be loaded from `