TypeScript 3.0 Quick Start Guide: The easiest way to learn TypeScript
暫譯: TypeScript 3.0 快速入門指南:學習 TypeScript 的最簡單方法

Patrick Desjardins

  • 出版商: Packt Publishing
  • 出版日期: 2018-08-31
  • 售價: $1,360
  • 貴賓價: 9.5$1,292
  • 語言: 英文
  • 頁數: 158
  • 裝訂: Paperback
  • ISBN: 178934557X
  • ISBN-13: 9781789345575
  • 相關分類: JavaScriptTypeScript
  • 海外代購書籍(需單獨結帳)

相關主題

商品描述

Work with everything you need to create TypeScript applications

Key Features

  • Learn enough about all aspects of TypeScript
  • Answers the questions that new users ask about TypeScript
  • Focus on simple examples and concise explanations

Book Description

TypeScript is designed for the development of large applications and can be used to develop JavaScript applications for both client-side and server-side execution. This book is the ideal introduction to TypeScript, covering both the basics and the techniques you need to build your own applications.

We start by setting up the environment and learning about the build tools that support TypeScript. Then we look at scoping of a variable, and the difference between a undefined variable and a null variable. You will then see the difference between an object, an Object, an object literal, and an object built with a constructor, crucial concepts in understanding TypeScript.

You will learn how to make your code more generic to increase the reusability of your classes, functions, and structures, and to reduce the burden of duplicating code. We look at creating definition files to transform the actual JavaScript code to be compatible with TypeScript.

By the end of the book, you will have worked with everything you need to develop stunning applications using TypeScript.

What you will learn

  • Set up the environment quickly to get started with TypeScript
  • Configure TypeScript with essential configurations that run along your code
  • Structure the code using Types and Interfaces to create objects
  • Demonstrate how to create object-oriented code with TypeScript
  • Abstract code with generics to make the code more reusable
  • Transform the actual JavaScript code to be compatible with TypeScript

Who this book is for

This book is for JavaScript developers who want to get started with TypeScript for building applications. No previous knowledge of TypeScript is expected.

Table of Contents

  1. Getting Started with TypeScript
  2. Onboarding Types with Primitive
  3. Unleashing the Power of Type with Objects
  4. Transforming your code in Object-Oriented
  5. Scoping Variables with different patterns
  6. Reusing Code Throught Generic
  7. Mastering the art of defining types

商品描述(中文翻譯)

**使用您所需的一切來創建 TypeScript 應用程式**

### 主要特點
- 了解 TypeScript 的所有方面
- 回答新用戶對 TypeScript 的常見問題
- 專注於簡單的範例和簡潔的解釋

### 書籍描述
TypeScript 是為大型應用程式的開發而設計的,可以用於開發用於客戶端和伺服器端執行的 JavaScript 應用程式。本書是學習 TypeScript 的理想入門書,涵蓋了您構建自己應用程式所需的基礎知識和技術。

我們首先設置環境並了解支持 TypeScript 的構建工具。然後,我們將探討變數的作用域,以及未定義變數(undefined variable)和空變數(null variable)之間的區別。接下來,您將看到物件(object)、Object、物件字面量(object literal)和使用建構函數(constructor)構建的物件之間的區別,這些都是理解 TypeScript 的關鍵概念。

您將學習如何使您的代碼更具通用性,以提高類別、函數和結構的可重用性,並減少重複代碼的負擔。我們將探討創建定義檔案,以將實際的 JavaScript 代碼轉換為與 TypeScript 兼容的格式。

到本書結束時,您將掌握開發驚人應用程式所需的一切,使用 TypeScript。

### 您將學到的內容
- 快速設置環境以開始使用 TypeScript
- 使用與您的代碼一起運行的基本配置來配置 TypeScript
- 使用類型(Types)和介面(Interfaces)來結構化代碼以創建物件
- 演示如何使用 TypeScript 創建面向物件的代碼
- 使用泛型(generics)來抽象代碼,使代碼更具可重用性
- 將實際的 JavaScript 代碼轉換為與 TypeScript 兼容的格式

### 本書適合誰
本書適合希望開始使用 TypeScript 來構建應用程式的 JavaScript 開發人員。不需要具備 TypeScript 的先前知識。

### 目錄
1. 開始使用 TypeScript
2. 使用原始類型(Primitive)進行類型引導
3. 釋放物件的類型力量
4. 在面向物件中轉換您的代碼
5. 使用不同模式進行變數作用域
6. 通過泛型重用代碼
7. 精通定義類型的藝術