In this article, we will go through the advantages and disadvantages of using TypeScript. This will give us a better idea of when to avoid over-engineering in TypeScript.
Learn how to build a Nuxt.js application completely in TypeScript using both official and third-party libraries to help reduce bugs and facilitate collaboration among developers.
This post provides an overview of common mistakes people make when using TypeScript enums.
In the React ecosystem, tools like loadable-componets add a much simpler veneer of sanity around dynamic imports.
Typescript 3.8 was released on February 20th, 2020. This version includes changes to the compiler, performance, and editor.
Gridsome is a framework built atop the Vue.js framework (yes, you heard that right. It’s a framework of a framework).
Today, I’m full-on sold on TypeScript. I’m what you’d call a late adopter of these weird, yet wonderful type definitions people kept hassling me about. If you’re still unsure if types are for you – let me tell you a bit about the reasons that made me fall in love.
Web workers are notoriously difficult to interact with, but Comlink makes the process much more elegant.
I am, for the most part, a TypeScript fan but I do have some nagging doubts that I would like to discuss in this post.
Learn how to deal with the concept of emptiness more easily in TypeScript with container types Either and Maybe.
Take Ionic’s new React integration for a spin by building a full mobile app alongside TypeScript and MobX.
The TypeScript compiler helps guarantee runtime safety and saves you from having to validate everything with tests or manually in a UI, which ultimately saves you time.