Getting started with TypeScript as a JavaScript developer

By DEV Community - 2020-12-02

Description

If you're a JavaScript developer, you might have heard of TypeScript already. Or maybe you've had a... Tagged with typescript, javascript, react.

Summary

  • If you're a JavaScript developer, you might have heard of TypeScript already.
  • Summary This is the tip of the iceberg.
  • If you're excited by this, then I promise you that there's much more to be excited by with TypeScript.
  • TypeScript just feels like a crutch for devs coming from strongly typed languages who don't want to embrace doing things in a different way, and take advantage of all the stuff a weakly typed language provides.

 

Topics

  1. Coding (0.24)
  2. Frontend (0.17)
  3. Backend (0.03)

Similar Articles

An introduction to TypeScript and ES Modules

By DEV Community - 2020-12-11

JavaScript is everywhere, and TypeScript is JavaScript with some cool extra features. You've probabl... Tagged with javascript, typescript, webdev, node.

PHP vs Node.js

By DEV Community - 2020-12-27

Web development is constantly changing. In order to stay relevant, programmers must analyze trends an... Tagged with programming, php, node.