
Tech Talk: Typescript with Chris Krycho
CoRecursive: Coding Stories
00:00
JavaScript That Scales
TypeScript is a typed superset of the JavaScript programming language. It allows developers to add type annotations to their code. The idea is you can gradually layer in a layer of types on top of an existing application or library and start getting some of the benefits that types give you. In particular refactor ability because you can know rather than just guess where a given item is actually being used throughout your code base.
Transcript
Play full episode