Learning TypeScript(Paperback)
Remo H. Jansen
- 出版商: Packt Publishing
- 出版日期: 2015-09-30
- 售價: $1,690
- 貴賓價: 9.5 折 $1,606
- 語言: 英文
- 頁數: 320
- 裝訂: Paperback
- ISBN: 1783985542
- ISBN-13: 9781783985548
-
相關分類:
JavaScript、TypeScript
下單後立即進貨 (約3~4週)
買這商品的人也買了...
-
$230HTML + CSS + DIV 網頁設計與佈局
-
$390$308 -
$1,690$1,606 -
$320$250 -
$490$417 -
$500$450 -
$780$663 -
$680$537 -
$250Nmap 滲透測試指南
-
$294$279 -
$450$356 -
$540$405 -
$420$328 -
$880$695 -
$690$545 -
$281ThinkPHP 5框架原理與實戰
-
$299$284 -
$550$435 -
$454CTF 特訓營:技術詳解、解題方法與競賽技巧
-
$580$458 -
$709CTF 競賽權威指南 (Pwn篇)
-
$811統計學習要素:機器學習中的數據挖掘、推斷與預測, 2/e (The Elements of Statistical Learning: Data Mining, Inference, and Prediction, 2/e)
-
$680$537 -
$600$468 -
$1,000$790
商品描述
Exploit the features of TypeScript to develop and maintain captivating web applications with ease
About This Book
- Learn how to develop modular, scalable, maintainable, and adaptable web applications by taking advantage of TypeScript
- Create object-oriented JavaScript that adheres to the solid principles efficiently
- A comprehensive guide that explains the fundamentals of TypeScript with the help of practical examples
Who This Book Is For
If you are a JavaScript developer aiming to learn TypeScript to build beautiful web applications, then this book is for you. No prior knowledge of TypeScript is required.
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 and Karma
- Develop robust applications with testing (Mocha, Chai and SinonJS)
- Put your TypeScript skills in practice by developing a single-page web application framework from scratch
- Use the JavaScript of tomorrow (ES6 and ES7) today with TypeScript
In Detail
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.
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.
Style and approach
This is a step-by-step guide that covers the fundamentals of TypeScript with practical examples. Each chapter introduces a set of TypeScript language features and leads the readers toward the development of a real-world application.