TypeScript Surpasses Python on GitHub, Node.js Supports Native TypeScript

📊 TypeScript just officially overtook Python as the most used language on GitHub. The State of JavaScript 2025 survey dropped — and the numbers tell a more interesting story than that headline.   40% of JavaScript developers now write exclusively in TypeScript — up from 34% last year and 28% in 2022. That's not a trend anymore. That's a generational shift in how JavaScript teams think about code quality.   But the headline stat isn't the most important finding. Here's what actually matters:   **Node.js now runs TypeScript natively.** No build step. No `ts-node`. Just `node your-file.ts`. The type stripping feature became stable in Node 25 — meaning TypeScript is becoming a first-class runtime citizen, not just a compile-time layer.   **React Compiler 1.0 shipped in October 2025.** Meta's internal results: 12% faster initial page loads, 2.5x faster interactions. The days of manually writing `useMemo` and `useCallback` everywhere are ending — the compiler handles memoization automatically.   **AI is now baked into the JS ecosystem.** The Vercel AI SDK became the most downloaded TypeScript AI framework, with streaming-first primitives built for React Server Components and edge runtimes. The question for frontend teams is no longer "how do we add AI" — it's "which primitives do we build on."   The JavaScript ecosystem got a reputation for moving too fast. In 2026, it's maturing — TypeScript as the baseline, compilers doing the heavy lifting, and AI as a native concern from day one.   Where is your team on the TypeScript adoption curve? 👇 Source(s): https://lnkd.in/dSVRFvnt https://lnkd.in/dxH42ENZ https://lnkd.in/d3RBBszP   #TypeScript #JavaScript #React #NodeJS #WebDevelopment #FrontendEngineering #SoftwareEngineering

  • diagram, engineering drawing

To view or add a comment, sign in

Explore content categories