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
Hydration
Process of attaching JS event handlers to server-rendered HTML
Micro-Frontend
Architecture composing apps from independent frontend pieces
Code Splitting
Breaking JS bundles into smaller chunks loaded on demand
Component Library
Pre-built reusable UI components for faster development
Flexbox
CSS layout module for one-dimensional item arrangement
Vue.js
Progressive JavaScript framework for user interfaces