- Learn React with TypeScript 3
- Carl Rippon
- 124字
- 2021-06-10 19:16:31
Understanding the benefits of TypeScript
When a JavaScript codebase grows, it can become hard to read and maintain. TypeScript is an extension of JavaScript, adding static types. The TypeScript compiler reads in TypeScript code that includes type information and produces clean, readable JavaScript with the type information transformed and removed. The compiled code can then run in our favorite browsers and Node.js.
TypeScript offers several benefits over JavaScript:
- Coding errors can be caught in the development process earlier
- Static types allow tools to be built that improve the developer experience and productivity
- JavaScript features that aren't implemented in all the browsers yet can actually be used in an app that targets those browsers
We'll go through these points in detail in the following sections.
推薦閱讀
- INSTANT Mock Testing with PowerMock
- 精通Nginx(第2版)
- Kubernetes實戰
- 程序員面試筆試寶典
- 面向STEM的Scratch創新課程
- 新手學Visual C# 2008程序設計
- Production Ready OpenStack:Recipes for Successful Environments
- HTML5+CSS3網站設計基礎教程
- Drupal 8 Module Development
- 智能手機APP UI設計與應用任務教程
- 深入淺出Go語言編程
- Rust游戲開發實戰
- 大學計算機基礎實訓教程
- OpenCV 3.0 Computer Vision with Java
- Access數據庫應用教程(2010版)