Using TypeScript enables the developer to validate the code contracts at design/compile time instead of waiting until the code is executed in the browser. This reduces your development and testing costs and results in a more reliable site.
This YouTube video provides a good introduction to the language including how to integrate jQuery with TypeScript: Getting Started with TypeScript
Many TypeScript type definitions (which are very useful when incorporating other JavaScript frameworks such as jQuery) are available on github: https://github.com/DefinitelyTyped/DefinitelyTyped
No comments:
Post a Comment