Video description
In Video Editions the narrator reads the book while the content, figures, code listings, diagrams, and text appear on the screen. Like an audiobook that you can also watch as a video.
I’ve seen the future and it is TypeScript—Yakov Fain and Anton Moiseev will take you there.
Guy Langston, Axio Quant
TypeScript is JavaScript with an important upgrade! By adding a strong type system to JavaScript, TypeScript can help you eliminate entire categories of runtime errors. In TypeScript Quickly, you’ll learn to build rock-solid apps through practical examples and hands-on projects under the expert instruction of experienced web developers Yakov Fain and Anton Moiseev.
about the technology
Strong typing can eliminate nearly all errors caused by unanticipated data values. With TypeScript, an enhanced version of JavaScript, you can specify types and type annotations so your code is easier to read and far less likely to fail at runtime. And because the core of TypeScript is standard JavaScript, it runs on all major browsers and can be used with frameworks like Angular, Vue, and React.
about the book
TypeScript Quickly teaches you to exploit the benefits of types in browser-based and standalone applications. In this practical guide, you’ll build a fascinating blockchain service app that takes you through a range of type-sensitive programming techniques. As you go, you’ll also pick up valuable techniques for object-oriented programming with classes, interfaces, and advanced features such as decorators and conditional types.
what's inside
- Mastering TypeScript syntax
- Using TypeScript with JavaScript libraries
- Tooling with Babel and Webpack
- Developing TypeScript apps using Angular, React, and Vue
about the audience
For web developers comfortable with JavaScript and HTML.
about the authors
Yakov Fain and Anton Moiseev are experienced web developers. They have authored two editions of Manning’s Angular Development with TypeScript.
TypeScript is the most important language to learn today, and this book is a perfect way to learn it.Jerry Stralko, Wolters Kluwer
Great resource to get started with and to master TypeScript.
Deniz Vehbi, Tesco
A well-paced book that benefits greatly from the experience of the authors.
George Thomas, Manhattan Associates
Table of contents
- Part 1. Mastering the TypeScript syntax
- Chapter 1. Getting familiar with TypeScript
- Chapter 1. Typical TypeScript workflows
- Chapter 1. Getting familiar with Visual Studio Code
- Chapter 2. Basic and custom types
- Chapter 2. Types in function declarations
- Chapter 2. Defining custom types
- Chapter 2. Using interfaces as custom types
- Chapter 2. Unions of custom types
- Chapter 3. Object-oriented programming with classes and interfaces
- Chapter 3. Static variables and a singleton example
- Chapter 3. Abstract classes
- Chapter 3. Method overloading
- Chapter 3. Working with interfaces
- Chapter 3. Programming to interfaces
- Chapter 4. Using enums and generics
- Chapter 4. Using generics
- Chapter 4. Creating your own generic types
- Chapter 4. Creating generic functions
- Chapter 5. Decorators and advanced types
- Chapter 5. Creating class decorators
- Chapter 5. Creating method decorators
- Chapter 5. Declaring your own mapped types
- Chapter 5. Conditional types
- Chapter 6. Tooling
- Chapter 6. The TSLint linter
- Chapter 6. Bundling JavaScript with Webpack
- Chapter 6. Bundling TypeScript with Webpack
- Chapter 6. Using the Babel compiler
- Chapter 6. Using Babel with TypeScript
- Chapter 6. Tools to watch
- Chapter 7. Using TypeScript and JavaScript in the same project
- Chapter 7. Type definition files and IDEs
- Chapter 7. A sample TypeScript app that uses JavaScript libraries
- Chapter 7. Introducing TypeScript in your JavaScript project
- Part 2. Applying TypeScript in a blockchain app
- Chapter 8. Developing your own blockchain app
- Chapter 8. What a block is made of
- Chapter 8. A mini project with hash and nonce
- Chapter 8. Creating a primitive blockchain
- Chapter 9. Developing a browser-based blockchain node
- Chapter 9. Working with the blockchain web app
- Chapter 9. Mining blocks
- Chapter 9. Using crypto APIs for hash generation
- Chapter 9. The standalone blockchain client
- Chapter 10. Client-server communications using Node.js, TypeScript, and WebSockets
- Chapter 10. Adding a server to the blockchain
- Chapter 10. Configuring nodemon
- Chapter 10. A brief introduction to WebSockets
- Chapter 10. Pushing data from a Node server to a plain client
- Chapter 10. Reviewing notification workflows
- Chapter 10. Reviewing the server’s code
- Chapter 10. Reviewing the client’s code Part 1
- Chapter 10. Reviewing the client’s code Part 2
- Chapter 11. Developing Angular apps with TypeScript
- Chapter 11. Reviewing the generated app
- Chapter 11. Angular services and dependency injection
- Chapter 11. An app with ProductService injection
- Chapter 11. Getting started with HTTP requests
- Chapter 11. Getting started with forms
- Chapter 11. Router basics
- Chapter 12. Developing the blockchain client in Angular
- Chapter 12. Reviewing TransactionFormComponent
- Chapter 13. Developing React.js apps with TypeScript
- Chapter 13. Generating and running a new app with Create React App
- Chapter 13. Managing a component’s state
- Chapter 13. Developing a weather app
- Chapter 13. Fetching data with the useEffect hook in the App component
- Chapter 13. Using props
- Chapter 13. How a child component can pass data to its parent
- Chapter 14. Developing a blockchain client in React.js
- Chapter 14. What changed in the lib directory
- Chapter 14. Generating a new block
- Chapter 14. The TransactionForm presentation component
- Chapter 14. The PendingTransactionsPanel presentation component
- Chapter 15. Developing Vue.js apps with TypeScript
- Chapter 15. Generating and running a new app with Vue CLI
- Chapter 15. Developing single-page apps with router support
- Chapter 15. Displaying a list of products in the Home view
- Chapter 15. Passing data with the Vue Router
- Chapter 16. Developing the blockchain client in Vue.js
- Chapter 16. The App component
- Chapter 16. The TransactionForm presentation component
- Chapter 16.The BlocksPanel and Block presentation components
- Appendix. Modern JavaScript
- Appendix. Optional parameters and default values
- Appendix. Destructuring
- Appendix. Constructors
- Appendix. Promises
- Appendix. Modules
Product information
- Title: TypeScript Quickly, Video Edition
- Author(s):
- Release date: March 2020
- Publisher(s): Manning Publications
- ISBN: None
You might also like
book
TypeScript Quickly
TypeScript is JavaScript with an important upgrade! By adding a strong type system to JavaScript, TypeScript …
video
Assimilate Typescript
Assimilate Typescript Learning Typescript During Live Coding This video series covers live coding the Typescript Language …
video
Design Patterns in TypeScript
In programming, there are several problems that occur frequently. To solve these problems, there are various …
book
Modern Full-Stack Development: Using TypeScript, React, Node.js, Webpack, and Docker
Explore what React, Node, TypeScript, Webpack, and Docker have to offer individually, and how they all …