
Pro TypeScript
Application-Scale JavaScript Development
Steve Fenton(Author)
Apress
Published on 20. August 2014
Book
Paperback/Softback
XXII, 248 pages
978-1-4302-6791-1 (ISBN)
Article exhausted; check for reprint
Description
JavaScript is everywhere, both as a pure language and in popular libraries like Angular, jQuery and Knockout, but users of modern object-oriented languages like Java and C# often find JavaScript frustrating to use and hard to extend to large-scale applications. TypeScript is an innovative open source language from Microsoft that combines powerful language features and enhanced tooling support with the key attractions of JavaScript as a flexible, dynamic language that can run in any browser and on any operating system. Pro TypeScript tells you everything you need to know about this exciting new language and how to use it in your applications.Starting with an introduction to the language and its features, the book takes you through some of the major features of TypeScript in depth, from working with the type system through object-orientation to understanding the runtime and the TypeScript compiler. The book then covers some of the factors you need to consider when running a TypeScript application in the browser, including interacting with the DOM, making asynchronous requests, and working with useful browser APIs, followed by a demonstration of server-side TypeScript using the popular Node.js framework.Because TypeScript compiles to plain JavaScript, exception handling, memory management and garbage collection can differ depending on where you run your program, so these topics get a chapter to themselves. You'll also find out how to include popular JavaScript frameworks in your applications, so you can combine the benefits of TypeScript with some of the best JavaScript code that's already out there waiting to be used. The final chapter gives an overview of automated testing for TypeScript applications.Pro TypeScript offers a balanced and practical guide to a language that will transform your experience of JavaScript development.
More details
Edition
1st ed.
Language
English
Place of publication
CA
United States
Publishing group
Springer-Verlag Berlin and Heidelberg GmbH & Co. KG
Target group
Professional and scholarly
Popular/general
Illustrations
86 s/w Abbildungen
86 Illustrations, black and white; XXII, 248 p. 86 illus.
Dimensions
Height: 25.4 cm
Width: 17.8 cm
Weight
474 gr
ISBN-13
978-1-4302-6791-1 (9781430267911)
DOI
10.1007/978-1-4302-6790-4
Schweitzer Classification
Other editions
New editions

Book
11/2017
2nd Edition
APress
€80.24
Shipment within 15-20 days
Additional editions

E-Book
09/2014
APress
€35.30
Available for download
Person
Steve Fenton has worked on large-scale JavaScript applications for over ten years, from online trading portals to cloud contact centers to health care decision support. He has been a vocal supporter of TypeScript since its release and wrote the first book on the TypeScript language in October 2012. As well as working full time in the health care industry, Steve has had an academic renaissance, first completing a national certificate in psychology and then enrolling in a distance learning course at Harvard. Steve currently lives in Basingstoke, United Kingdom with his wife Rebecca and daughter Lily. He can usually be found in his local coffee shop reading books on his two favorite topics: programming and psychology.
Content
Introduction to TypeScriptChapter 1. TypeScript Language FeaturesChapter 2. Working with the TypeScript Type SystemChapter 3. Object Orientation in TypeScriptChapter 4. Understanding the RuntimeChapter 5. Running TypeScript in a BrowserChapter 6. Running TypeScript on a ServerChapter 7. Exceptions, Memory and PerformanceChapter 8. Using JavaScript Frameworks and LibrariesChapter 9. Automated testing