TypeScript

TypeScript is an extended version of JavaScript, the main goal of which is to simplify the development of large JS applications, the language adds many new principles - classes, generics, interfaces, static types, which allows developers to use different tools such as a static analyzer or code refactoring.

TypeScript is the standard for modern front-end development.

https://www.typescriptlang.org/

Contact us