Effective TypeScript 62 specific ways to improve your TypeScript

TypeScript is a typed superset of JavaScript with the potential to solve many of the headaches for which JavaScript is famous. But TypeScript has a learning curve of its own, and understanding how to use it effectively can take time. This book guides you through 62 specific ways to improve your use...

Full description

Bibliographic Details
Other Authors: Vanderkam, Dan, author (author)
Format: eBook
Language:Inglés
Published: Beijing : O'Reilly [2020]
Edition:First edition
Subjects:
See on Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630859206719
Table of Contents:
  • Getting to know TypeScript
  • TypeScript's type system
  • Type inference
  • Type design
  • Working with any
  • Types declarations and @types
  • Writing and running your code
  • Migrating to TypeScript.