DEV Community

Discussion on: I'm learning typescript, what do I need to know?

Collapse
 
joshualjohnson profile image
Joshua Johnson

The biggest gotcha for me was the module loading patterns available in TypeScript. When I first started using it, it resolved modules using one pattern. The last time I poked my head into TypeScript, it was using another all together. Read about UMD/AMD/etc.