Today we’re excited to announce our Release Candidate (RC) of TypeScript 4.7! Between now and the stable release of TypeScript 4.7, we expect no further changes apart from critical bug fixes. To get started using the RC, you can get it through NuGet,... (more…)
Read more »
Rob Palmer shares some of the insights & lessons learned during Bloomberg Engineering's journey to adopt TypeScript as a first-class supported language. (more…)
Read more »
Learn about how we used codemods to accelerate migration from JavaScript to TypeScript at Airbnb. (more…)
Read more »
Did you know you can create functions from type to type in Typescript? See how can it be done... (more…)
Read more »
Say you have the following
TypeScript interface I that you
want to invoke remotely by passing messages of type M; or that you
receive messages of type M and want to handle them using an object
of type I: (more…)
Read more »