The book introduces the TypeScript language and its features to anyone looking to develop rich web applications. Whether you are new to web development or are an experienced engineer with strong JavaScript skills, this book will get you writing code quickly. A basic understanding of JavaScript and its language features are necessary for this book.
What you will learn
Set up the environment to install the TypeScript compiler and development tools
Explore the features of the TypeScript language such as type annotations, interfaces, classes, and modules
Examine the JavaScript code that has been generated by the compiler
Create modular code that can be reused again and again
Develop an interactive web application that can be easily extended
Integrate with common JavaScript libraries to ease development
Improve performance and reduce network traffic
Focus on creating reliable code through testdriven development