TypeScript
Quick Definition
Superset of JavaScript with static type checking
Full Definition
A superset of JavaScript adding static type checking for better code quality.
Examples
type annotations, interfaces, generics, compiler checks
Related Terms
javascript
static-typing
angular
More Frontend Terms
Webpack
Module bundler for compiling and optimizing JS assets
DOM
Programming interface representing web page structure as a tree
Context API
React mechanism for sharing state without prop drilling
Code Splitting
Breaking JS bundles into smaller chunks loaded on demand
Virtual DOM
Lightweight DOM copy for efficient UI updates
Vue.js
Progressive JavaScript framework for user interfaces