Whilst it can front-load some of the effort required to build a large-scale JavaScript application, over the last couple of years I’ve found TypeScript to be something that protects both you (or future you) and the people you work with the longer a projec… Read more
Similar
A few days ago I asked about how folks do error handling in TypeScript and got some useful answers. Here’s what I ended up doing, and a little of the thinking around it. (more…)
Read more »
TypeScript enums can be valuable. However, it can sometimes be difficult to tell how they should be used and what they represent. (more…)
Read more »
This issue aims to explain and track some optimization work within the TypeScript compiler and language service. As of TypeScript 5.0, the project's output target was switched from es5 to es201... (more…)
Read more »
If you’re sending or receiving data in TypeScript, chances are high that you are using JSON. There’s a better way. (more…)
Read more »