Название: TypeScript Basics: Learn TypeScript from Scratch and Solidify Your Skills with Projects
Автор: Nabendu Biswas
Издательство: Apress
Год: 2023
Страниц: 172
Язык: английский
Формат: pdf (true), epub (true)
Размер: 10.1 MB
TypeScript is revolutionizing how developers create jаvascript apps. It was built by Microsoft to fix the issues that came out of loose binding in jаvascript. Since jаvascript is a loosely typed language, a lot of issues ended up in the production apps. These issues were hard to track and took a lot of time to fix. TypeScript is a superset of jаvascript, and it enables you to avoid type errors before they even occur. You can catch them in an IDE (Integrated Development Environment) like VS Code. The popular jаvascript frontend framework of Angular uses TypeScript by default. The most popular jаvascript frontend library called React also uses jаvascript by default. This book first teaches you about TypeScript, and then you will use it in a ReactJS project. You will also use it with the jаvascript backend framework of NodeJS and learn how to create a React Redux project. Jumpstart your working knowledge of Typescript with a quick, practical guide and start using this open source, object orientated language with confidence. This book highlights how Typescript works with jаvascript and its frameworks, giving it greater functionality, especially for larger enterprise projects.