Learning TypeScript 2.x - Second Edition
暫譯: 學習 TypeScript 2.x - 第二版
Remo H. Jansen
- 出版商: Packt Publishing
- 出版日期: 2018-04-30
- 定價: $1,650
- 售價: 6.0 折 $990
- 語言: 英文
- 頁數: 536
- 裝訂: Paperback
- ISBN: 1788391470
- ISBN-13: 9781788391474
-
相關分類:
JavaScript、TypeScript
立即出貨 (庫存=1)
相關主題
商品描述
Key Features
- Learn how to develop modular, scalable, maintainable, and adaptable web applications by taking advantage of TypeScript
- A comprehensive guide that explains the fundamentals of TypeScript with the help of practical examples
- Enhance your web development skills and accelerate your development using TypeScript 2.x
Book Description
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. TypeScript adds optional static types, classes, and modules to JavaScript, to enable great tooling and better structuring of large JavaScript applications.
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 and the new features of TypeScript 2.x. Next, you will learn to automate your development workflow with tools such as Grunt. Following this, you will be explained in detail about function, generics, and callbacks. Post this, object-oriented features and the memory management functionality of TypeScript are explained in detail. Going forward, you will be introduced to Functional Programming with TypeScript and will delve into Asynchronous programming principles. Finally, you will be introduced to the performance parameters and will learn to test your application.
By the end of this book, you will have learned enough to implement all the concepts with the latest features of TypeScript to build a single page application from scratch.
What you will learn
- Learn the key TypeScript language features and language runtime
- Develop modular, scalable, maintainable, and adaptable web applications
- Create object-oriented code that adheres to the solid principles
- Save time using automation tools like Gulp, Webpack, Ts node and Karma
- Develop robust applications with testing (Mocha, Chai and SinonJS)
- Put your TypeScript skills into practice by developing a single-page web application framework from scratch
- Use the JavaScript of tomorrow (ES6 and ES7) today with TypeScript
商品描述(中文翻譯)
**主要特點**
- 學習如何利用 TypeScript 開發模組化、可擴展、可維護和可適應的網頁應用程式
- 一本全面的指南,透過實用範例解釋 TypeScript 的基本原理
- 提升您的網頁開發技能,並使用 TypeScript 2.x 加速開發
**書籍描述**
TypeScript 是一種開源且跨平台的 JavaScript 類型超集,編譯為可在任何瀏覽器或主機上運行的純 JavaScript。TypeScript 為 JavaScript 增加了可選的靜態類型、類別和模組,以便提供更好的工具支持和更好的大型 JavaScript 應用程式結構。
本書是一本逐步指南,將透過實用範例幫助您入門 TypeScript。您將從理解 TypeScript 2.x 的基本概念和新特性開始。接下來,您將學習如何使用 Grunt 等工具自動化開發工作流程。隨後,將詳細解釋函數、泛型和回調。之後,將詳細介紹 TypeScript 的物件導向特性和記憶體管理功能。接下來,您將接觸到 TypeScript 的函數式編程,並深入了解非同步編程原則。最後,您將了解性能參數並學習如何測試您的應用程式。
在本書結束時,您將學會足夠的知識,利用 TypeScript 的最新特性從零開始構建單頁應用程式。
**您將學到的內容**
- 學習 TypeScript 語言的關鍵特性和語言運行時
- 開發模組化、可擴展、可維護和可適應的網頁應用程式
- 創建遵循 SOLID 原則的物件導向代碼
- 使用 Gulp、Webpack、Ts node 和 Karma 等自動化工具節省時間
- 開發具有測試功能的穩健應用程式(Mocha、Chai 和 SinonJS)
- 通過從零開始開發單頁網頁應用程式框架,將您的 TypeScript 技能付諸實踐
- 使用 TypeScript 今天就能使用明天的 JavaScript(ES6 和 ES7)