IDev

Back to Typescript

Working with Modules

Understanding module systems and patterns in TypeScript

1. Module Basics

Understanding import and export syntax

30 min

2. Default and Named Exports

Different ways to export and import modules

30 min

3. Module Resolution

How TypeScript finds and loads modules

30 min

4. Re-exporting Modules

Creating module barrels and organizing exports

30 min
Start Reading