Book Image

Learning TypeScript

By : Remo H. Jansen
Book Image

Learning TypeScript

By: Remo H. Jansen

Overview of this book

<p>TypeScript is an open source and cross-platform typed superset of JavaScript that compiles to plain JavaScript that runs in any browser or any host. It allows developers to use the future versions of JavaScript (ECMAScript 6 and 7) today. TypeScript adds optional static types, classes, and modules to JavaScript, to enable great tooling and better structuring of large JavaScript applications.</p> <p>This book is a step-by-step guide that will get you started with TypeScript with the help of practical examples. You start off by understanding the basics of TypeScript. Next, automation tools like Grunt are explained followed by a detailed description of function, generics, callbacks and promises. After this, object-oriented features and the memory management functionality of TypeScript are explained. At the end of this book, you will have learned enough to implement all the concepts and build a single page application from scratch.</p>
Table of Contents (18 chapters)
Learning TypeScript
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

About the Author

Remo H. Jansen is a web development engineer, open source contributor, entrepreneur, technology lover, gamer, and Internet enthusiast.

He is originally from Seville, Spain, but currently lives in Dublin, Ireland, where he has a full-time job in the financial services industry. Remo has been working on large-scale JavaScript applications for the last few years, from flight booking engines to investment and portfolio management solutions.

Remo is an active member of the TypeScript community. He is the organizer of the Dublin TypeScript Meet-up and the creator of InversifyJS (an inversion of control container for TypeScript applications) and AtSpy (a test spies framework for TypeScript applications). He also writes a blog about TypeScript and other web technologies at http://blog.wolksoftware.com/.

Remo has previously worked as a technical reviewer on Mastering TypeScript written by Nathan Rozentals and published by Packt Publishing.

If you wish to contact him, you can do so at http://www.remojansen.com/.