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
Code Splitting
Breaking JS bundles into smaller chunks loaded on demand
Context API
React mechanism for sharing state without prop drilling
Tailwind CSS
Utility-first CSS framework for custom design building
Vite
Fast build tool with instant server start and HMR
Static Site Generation
Pre-rendering pages at build time into static HTML
Lazy Loading
Deferring resource loading until needed