TypeScript: What, Why and How?!
TypeScript adds static typing on top of JavaScript, catching a real class of bugs at compile time instead of at runtime. The fundamentals here haven’t changed in years, but two specific things in most existing TypeScript guides have: the default target in a new project’s tsconfig.json, and how decorators actually work as of TypeScript 5.0. […]
TypeScript: What, Why and How?! Read More »


