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
HTML
Standard markup language for web page structure and content
Lazy Loading
Deferring resource loading until needed
Service Worker
Background script enabling offline support and notifications
Flexbox
CSS layout module for one-dimensional item arrangement
Server Components
React components rendering on the server for better performance