In this article, I will discuss my journey from being an anti-TypeScript developer to a developer who now couldn’t think of going back to the plain JavaScript world. Maybe my thoughts can help… (more…)
Read more »
After spending some time in TypeScript you may begin to crave type safety everywhere in your life. JavaScript is an inherently unsafe language and there are dragons to be found everywhere and in almost every framework. Most frameworks are sufficiently cov... (more…)
Read more »
TypeScript with a Borrow Checker. Multi-threaded, Tiny binaries. No GC. Easy to write. - GitHub - alshdavid/TypeScriptBC: TypeScript with a Borrow Checker. Multi-threaded, Tiny binaries. No GC. Eas... (more…)
Read more »
TypeScript 4 is coming up fast: a first beta release is planned for this week (June 25th), with the final release aiming for mid-August.It's… (more…)
Read more »
TypeScript 2.1 improves inference for literal types. Constant variables and read-only properties with literal initializers are now inferred to be of a literal type.
Read more »