Language · 2012–now · Platform Wars
TypeScript
JS with a typechecker that conquered the ecosystem — then a native Go compiler that made `tsc` an order of magnitude faster. The rare fad that became the floor.
Why TypeScript stuck
TypeScript stuck because large JS codebases collapse without schemas and IDE guardrails. It rode React's wave without fighting the runtime. TypeScript 7 ported the compiler to Go for ~10× full builds; framework tooling that needs the programmatic API stayed on 6.x until that surface existed. Even backend Node grew up and asked for types.

Compare with
Related
Framework · 2013–now
React
Components and unidirectional data. Won the front-end by being good enough and having a gravitational ecosystem.
Language · 1995–now
JavaScript
The only language that runs in every browser. Accidental monopoly turned deliberate platform.
Framework · 2016–now
Angular (2+)
Batteries-included SPA platform for teams that want opinions and CLI scaffolding.
Language · 2009–now
Go
Small language spec, fast compiles, great concurrency story. Cloud infra's favorite hammer.