
Type annotations (aka, types as comments) is a proposal that would allow for the inclusion of types in JavaScript code.

As developers, writing code quickly isn’t our only concern. Getting feedback quickly — i.e., while you are coding — is […]

Learn how to build an API without external modules to sharpen your dev skills and give you the tools to build your own packages.

Learn what you can expect from the React Redux 8 beta, how it works with React 18, and its TypeScript codebase conversion.

Explore five methods of performing TypeScript type checks at runtime in this post and learn each of their advantages and disadvantages.

Discover how to add a constructor onto an interface in TypeScript and the common use cases for when and why to do so.

TypeScript 4.5 includes enhanced Awaited type, supported lib from node_modules, and the realpathSync.native function.

Learn how to build a GraphQL API with TypeGraphQL and TypeORM that can manage books data with CRUD functionalities.

Learn about tsm, a new TypeScript module loader for Node.js that provides native TS support without needing to transpile it to JavaScript first.

Demystify interfaces and classes in TypeScript, and learn where to use them in this handy tutorial with plenty of examples.

Learn about object serialization in TypeScript, the way systems communicate seamlessly, and the issues with serialization in TypeScript.

In this post, we’ll compare three of the most popular ways of imposing static typing on JavaScript: TypeScript, Flow, and PropTypes.