Название: The Complete TypeScript Guide with Projects Автор: Nabendu Biswas Издательство: Leanpub Год: 2022-09-01 Страниц: 150 Язык: английский Формат: pdf (true) Размер: 30.7 MB
Learn TypeScript from beginners to advanced Level with projects.
In this book we will learn TypeScript, which is a superset of javascript. It was built by Microsoft to fix the issues of loose binding in javascript. After learing about TypeScript, we will learn to use it in projects. We will create the below projects:
• TypeScript Project • ReactJS with TypeScript Project • NodeJS with TypeScript Project • React Redux TypeScript Project
Now, with TypeScript we add all new features in javascript, through which we can avoid type error even before they occur. But the problem with TypeScript is that, Browser can’t execute it. The browser understands only javascript, so the TypeScript needs to be compiled to javascript.
React is the most popular javascript library. Almost all production projects are made in ReactJS or Angular. In Angular you have to always write your code in TypeScript, but in React that is not the case. But we can easily add TypeScript to a ReactJS project, by specifying it in the create-react-app. In this chapter we are going to create two ReactJS apps with TypeScript.
The following topics are covered in the book:
TypeScript Basics TypeScript Compiler Advanced Types Generics & Decorators To-do List with TypeScript Drag drop Project Modules & Webpack React TypeScript Project React React with TypeScript Project
Скачать The Complete TypeScript Guide with Projects
TypeScript in 50 Lessons Название: TypeScript in 50 Lessons Автор: Stefan Baumgartne Издательство: Smashing Media AG Год: 2020 Страниц: 466 Язык: английский Формат: pdf...
Essential TypeScript: From Beginner to Pro Название: Essential TypeScript: From Beginner to Pro Автор: Adam Freeman Издательство: Apress Год: 2019 Формат: True PDF/epub Страниц: 546 Размер:...