TypeScript is a strongly typed programming language that builds upon JavaScript, providing enhanced tooling at any scale. TypeScript adds type support to JavaScript, enabling improved editor integration and earlier error detection. TypeScript code compiles to JavaScript, running on various platforms like browsers, Node.js, Deno, and Bun. It utilizes type inference to provide robust tooling without requiring additional code.
This website is categorized in Programming Languages, Technology & Computing and Computer Software and Applications, providing comprehensive solutions across these business domains.
The website typescriptlang.org is built with 9 technologies.
CDN
Fastly
Websites built with FastlyFastly is a cloud computing services provider. Fastly's cloud platform provides a content delivery network, Internet security services, load balancing, and video & streaming services.
JavaScript frameworks
Gatsby
Websites built with GatsbyGatsby is a React-based open-source framework with performance, scalability and security built-in.
Version: 5.13.5
React
Websites built with ReactReact is an open-source JavaScript library for building user interfaces or UI components.
PaaS
Security
HSTS
Websites built with HSTSHTTP Strict Transport Security (HSTS) informs browsers that the site should only be accessed using HTTPS.
Miscellaneous
Open Graph
Websites built with Open GraphOpen Graph is a protocol that is used to integrate any web page into the social graph.
PWA
Websites built with PWAProgressive Web Apps (PWAs) are web apps built and enhanced with modern APIs to deliver enhanced capabilities, reliability, and installability while reaching anyone, anywhere, on any device, all with a single codebase.
Caching
JavaScript With Syntax For Types.
TypeScript extends JavaScript by adding types to the language. TypeScript speeds up your development experience by catching errors and providing fixes before you even run your code.