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...
Otros Autores: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Beijing :
O'Reilly
[2020]
|
Edición: | First edition |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630859206719 |
Tabla de Contenidos:
- 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.