Mastering Typescript 3 - Third Edition
暫譯: 精通 TypeScript 3 - 第三版
Rozentals, Nathan
- 出版商: Packt Publishing
- 出版日期: 2019-02-28
- 定價: $1,600
- 售價: 8.0 折 $1,280
- 語言: 英文
- 頁數: 694
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1789536707
- ISBN-13: 9781789536706
-
相關分類:
JavaScript、TypeScript
-
其他版本:
Mastering TypeScript - Fourth Edition: Build enterprise-ready, modular web applications using TypeScript 4 and modern frameworks
買這商品的人也買了...
-
$590$502 -
$354$336 -
$1,200$948 -
$500$390 -
$500$390 -
$800$632 -
$560$442 -
$540$459 -
$880$695 -
$580$458 -
$620$484 -
$650$455
相關主題
商品描述
Key Features
- Learn the key features of TypeScript 3 and explore advanced language features through in-depth discussions.
- Use TypeScript with modern frameworks including Backbone, Angular, Aurelia, React, and Node.
- Explore TDD practices, OOP techniques, and industry best practices to create high-quality, modular, and adaptable applications.
Book Description
TypeScript is both a language and a set of tools to generate JavaScript. It was designed by Anders Hejlsberg at Microsoft to help developers write enterprise-scale JavaScript.
Starting with an introduction to the TypeScript language, before moving on to basic concepts, each section builds on previous knowledge in an incremental and easy-to-understand way. Advanced and powerful language features are all covered, including asynchronous programming techniques, decorators, and generics.
This book explores many modern JavaScript and TypeScript frameworks side by side in order for the reader to learn their respective strengths and weaknesses. It will also thoroughly explore unit and integration testing for each framework.
Best-of-breed applications utilize well-known design patterns in order to be scalable, maintainable, and testable. This book explores some of these object-oriented techniques and patterns, and shows real-world implementations.
By the end of the book, you will have built a comprehensive, end-to-end web application to show how TypeScript language features, design patterns, and industry best practices can be brought together in a real-world scenario.
What you will learn
- Gain insights into core and advanced TypeScript language features
- Integrate existing JavaScript libraries and third-party frameworks using declaration files
- Target popular JavaScript frameworks, such as Angular, React, and more
- Create test suites for your application with Jasmine and Selenium
- Organize your application code using modules, AMD loaders, and SystemJS
- Explore advanced object-oriented design principles
- Compare the various MVC implementations in Aurelia, Angular, React, and more
Who this book is for
This guide to the TypeScript that starts with basic concepts, and then builds on this knowledge to introduce more advanced language features and frameworks. No prior knowledge of JavaScript is required, although some prior programming experience is assumed. If you are keen to learn TypeScript, this book will give you all of the necessary knowledge and skills to tackle any TypeScript project. If you are already an experienced JavaScript or TypeScript developer, then this book will take your skills to the next level. Learn how to use TypeScript with a multitude of modern frameworks, and choose the best framework for your project requirements. Investigate techniques for Test Driven Development, explore industry-standard design patterns, and learn how to put together a full production-ready TypeScript application.
商品描述(中文翻譯)
#### 主要特點
- 學習 TypeScript 3 的主要特點,並通過深入討論探索進階語言特性。
- 在現代框架中使用 TypeScript,包括 Backbone、Angular、Aurelia、React 和 Node。
- 探索測試驅動開發(TDD)實踐、物件導向程式設計(OOP)技術以及行業最佳實踐,以創建高品質、模組化和可適應的應用程式。
#### 書籍描述
TypeScript 是一種語言和一組生成 JavaScript 的工具。它由微軟的 Anders Hejlsberg 設計,旨在幫助開發人員編寫企業級的 JavaScript。
本書從 TypeScript 語言的介紹開始,然後進入基本概念,每個部分都以漸進且易於理解的方式建立在先前的知識之上。所有進階且強大的語言特性都涵蓋在內,包括非同步程式設計技術、裝飾器和泛型。
本書並排探索許多現代 JavaScript 和 TypeScript 框架,以便讀者了解它們各自的優缺點。它還將徹底探討每個框架的單元測試和整合測試。
最佳實踐的應用程式利用知名的設計模式,以便具備可擴展性、可維護性和可測試性。本書探討了一些這些物件導向技術和模式,並展示了實際的實作。
在本書結束時,您將建立一個全面的端到端網頁應用程式,以展示如何在實際情境中將 TypeScript 語言特性、設計模式和行業最佳實踐結合在一起。
#### 您將學到什麼
- 獲得對核心和進階 TypeScript 語言特性的深入了解
- 使用聲明檔整合現有的 JavaScript 函式庫和第三方框架
- 針對流行的 JavaScript 框架,如 Angular、React 等進行開發
- 使用 Jasmine 和 Selenium 為您的應用程式創建測試套件
- 使用模組、AMD 載入器和 SystemJS 組織您的應用程式代碼
- 探索進階的物件導向設計原則
- 比較 Aurelia、Angular、React 等中的各種 MVC 實作
#### 本書適合誰
本書是一本關於 TypeScript 的指南,從基本概念開始,然後在此基礎上介紹更進階的語言特性和框架。無需具備 JavaScript 的先前知識,但假設讀者有一些程式設計經驗。如果您渴望學習 TypeScript,本書將提供您應對任何 TypeScript 專案所需的所有知識和技能。如果您已經是一位經驗豐富的 JavaScript 或 TypeScript 開發人員,那麼本書將提升您的技能到下一個層次。學習如何在多種現代框架中使用 TypeScript,並選擇最適合您專案需求的框架。調查測試驅動開發的技術,探索行業標準的設計模式,並學習如何組建一個完整的生產就緒 TypeScript 應用程式。
目錄大綱
Table of Contents
- TypeScript - Tools and Framework Options
- Types, Variables, and Function Techniques
- Interfaces, Classes, and Inheritance
- Decorators, Generics, and Asynchronous Features
- Declaration Files and Compile Options
- Third-Party Libraries
- TypeScript Compatible Frameworks
- Test Driven Development
- Testing Typescript Compatible Frameworks
- Modularization
- Object-Oriented Programming
- Dependency Injection
- Building Applications
- Let's Get Our Hands Dirty
目錄大綱(中文翻譯)
Table of Contents
- TypeScript - Tools and Framework Options
- Types, Variables, and Function Techniques
- Interfaces, Classes, and Inheritance
- Decorators, Generics, and Asynchronous Features
- Declaration Files and Compile Options
- Third-Party Libraries
- TypeScript Compatible Frameworks
- Test Driven Development
- Testing Typescript Compatible Frameworks
- Modularization
- Object-Oriented Programming
- Dependency Injection
- Building Applications
- Let's Get Our Hands Dirty