A look into migrating a large codebase from one type checking tool to another. (more…)
Read more »
Today we’re happy to announce our RC of TypeScript 2.5. To get started with the latest stable version of TypeScript, you can grab it through NuGet, or use the following command with npm: (more…)
Read more »
If you’ve been doing javascript development on the web (or applied for any developer jobs recently), you know about React, Angular and Vue… (more…)
Read more »
TypeScript is a very well-planned type system that has type inference, structural subtyping, generic types, contextual typing, intersection types, literal types, union types, etc. In this blog post, I try to solve an example problem in two different ways.... (more…)
Read more »
If you’re like me then you’ll like TypeScript and you’ll like module bundling with webpack. You may also like speedy builds. That’s… (more…)
Read more »