If It Isn’t Already, Your Startup’s React Project Should Be Written in TypeScript

By Medium - 2020-11-25

Description

I used to object to the idea of TypeScript. To me, it didn’t seem to make sense to add static typing to a language that was designed not to…

Summary

  • I used to object to the idea of TypeScript.
  • While this is not a substitute for behavioral tests, and higher-level approaches like integration and end-to-end tests, an entire class of bugs is de-facto removed from your codebases.
  • all disappear as they’ll never be allowed into your production branch.
  • If you want to move fast, having a small test burden is essential.

 

Topics

  1. Coding (0.24)
  2. Frontend (0.23)
  3. Management (0.11)

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.

Home

By fast - 2020-08-21

Making neural nets uncool again