Essential TypeScript: From Beginner to Pro
Authors: Adam Freeman
ISBN-10: 148424978X
ISBN-13: 9781484249789
Edition 版次: 1st ed.
Publication Date 出版日期: 2019-08-15
Print Length 页数: 546 pages
Book Description
By finelybook
Work with Typescript and get the most from this versatile open source language. Author Adam Freeman begins this book by describing Typescript and the benefits it offers,and goes on to show you how to use TypeScript in realistic scenarios,going in-depth to give you the knowledge you need.
Starting from the nuts-and-bolts and building up to the most advanced and sophisticated features,you will learn how TypeScript builds on the JavaScript type system to create a safer and more productive development experience and understand how TypeScript can be used to create applications using popular frameworks,including Node.js,Angular,React,and Vue.js.
Each topic is covered clearly and concisely and is packed with the details you need to learn to be truly effective. The most important features are given a no-nonsense in-depth treatment and chapters include common problems and details of how to avoid them.
What You Will Learn
Gain a solid understanding of the TypeScript language and tools
Use TypeScript for client- and server-side development
Extend and customize TypeScript
Debug and unit test your TypeScript code
Part l. Getting Started with TypeScript
1. Your First TypeScript Application
2. Understanding TypeScript
3. JavaScript Primer,Part 1
4. JavaScript Primer,Part 2
5. Using the TypeScript Compiler
6. Testing and Debugging TypeScript
Part ll. Working with TypeScript
7. Understanding Static Types
8. Using Functions
9. Using Arrays,Tuples,and Enums
10. Working with Objects
11. Working with Classes and Interfaces
12. Using Generic Types
13. Advanced Generic Types
14. Working with JavaScript
Part ll. Creating Web Applications
15. Creating a Stand-Alone Web App,Part 1
16. Creating a Stand-Alone Web App,Part 2
17. Creating an Angular App,Part 1
18. Creating an Angular App,Part 2
19. Creating a React App
20. Creating a React App,Part 2
21. Creating a Vue. js App,Part 1
22. Creating a Vue. js App,Part 2