The world wide web basically runs on JavaScript, HTML, and CSS. Unfortunately, JavaScript lacks several features that would help developers use it for large-scale applications. Enter TypeScript.
Peter looks at how to call a JavaScript function from your TypeScript code and do it in a type-safe way. Along the way, he dramatically simplifies a Backbone application by integrating Knockout. I ...
After 12 months, 95,000 lines of code, and the work of dozens of engineers, Sentry — a startup that makes open source developer software — finished rewriting its entire front-end codebase from ...
Payment firm Stripe had used a type system called Flow to check for JavaScript errors since 2016. The firm decided to switch to TypeScript, a programming language, after requests from its engineers.