Название: Essential TypeScript 5, 3rd Edition (Final Release) Автор: Adam Freeman Издательство: Manning Publications Год: 2023 Страниц: 568 Язык: английский Формат: pdf (true) Размер: 54.4 MB
Now in its third edition, this bestselling guide to TypeScript takes you through the nuts and bolts of the language. No frills, no fuss—just TypeScript essentials!
TypeScript enhances javascript with static typing, while keeping all the JS flexibility you know and love! It’s the perfect choice for any developer looking to improve the predictability and reliability of their code. Essential TypeScript 5, Third Edition teaches you how to get the most out of TypeScript 5 for a consistent, dependable development experience.
Inside Essential TypeScript 5, Third Edition you’ll learn how to:
Configure the TypeScript development tools Use type annotations Create strongly typed functions and classes Use generic types Use type guards to determine types Create and consume type declaration files Use TypeScript to create web applications with Angular and React
The book starts you off with a proper understanding of the javascript type system that will make using TypeScript so much easier. On that solid foundation, you’ll build your understanding of TypeScript development, following a hands-on learning path all the way to TypeScript’s advanced features.
About the technology: TypeScript is a popular superset of javascript that adds support for static typing. TypeScript’s typing features, which will be instantly familiar to C# or Java programmers, help you reduce errors and improve the overall quality of your javascript code.
Over the years, Microsoft has shaped TypeScript into a powerful and robust language that has been widely adopted and which makes javascript easer to use for countless developers. Originally associated with Angular, TypeScript is now supported by every major development framework and its approach to enhancing javascript has become the gold standard. But TypeScript isn’t a conventional stand-alone programming language: it is a set of enhancements that are applied to javascript. javascript is an elegant and expressive language, but it behaves like few other languages, and its unusual approach to data types causes endless confusion. TypeScript doesn’t change the javascript type system, it just helps prevent unexpected results, and effective TypeScript development requires a good understanding of javascript. This book contains a primer that explains the most confusing javascript features so that you have the knowledge you will need to use and appreciate TypeScript.
About the book: Essential TypeScript 5 is a fully updated third edition of the classic Adam Freeman bestseller. It provides full coverage of TypeScript 5, including new features like decorators. You’ll begin with the hows-and-whys of TypeScript, then quickly progress to practical applications of static types. No wasted pages! Each chapter is focused on the skills you need to write awesome web apps.
What's inside:
Configure your development tools Create strongly typed functions and classes Use generic types, type annotations, and type guards Create and consume type declaration files
About the reader: For javascript developers. No previous experience with TypeScript required.
1 Understanding TypeScript Part 1 2 Your first TypeScript application 3 javascript primer, part 1 4 javascript primer, part 2 5 Using the TypeScript compiler 6 Testing and debugging TypeScript Part 2 7 Understanding static types 8 Using functions 9 Using arrays, tuples, and enums 10 Working with objects 11 Working with classes and interfaces 12 Using generic types 13 Advanced generic types 14 Using decorators 15 Working with javascript Part 3 16 Creating a stand-alone web app, part 1 17 Creating a stand-alone web app, part 2 18 Creating an Angular app, part 1 19 Creating an Angular app, part 2 20 Creating a React app 21 Creating a React app, part 2
Essential TypeScript: From Beginner to Pro Название: Essential TypeScript: From Beginner to Pro Автор: Adam Freeman Издательство: Apress Год: 2019 Формат: True PDF/epub Страниц: 546 Размер:...
Angular Development with Typescript 2nd Edition Название: Angular Development with Typescript Second Edition (+ code) Автор: Yakov Fain, Anton Moiseev Издательство: Manning Publications Год: 2018...