Back

www.youtube.com

The Future of TypeScript

2/20/2026Updated 3/20/2026
https://www.youtube.com/watch?v=wvt5JNUXXLM

{ts:85} to just following standards. But it has a lot of issues, too. Things like the default setup not being strict at all {ts:92} because it doesn't have the strict mode on. Things like the performance not being great for large code bases, weird {ts:96} rules and inference, and just strange behaviors around recursive type definitions. … TypeScript code bases are {ts:608} too big now and TypeScript is too slow specifically for type checking. These problems did not matter before when we {ts:614} were just building these small web apps. Now they matter a lot. Back when I was at Twitch, we rebuilt the whole web app … {ts:1026} defined functions within an object of this, it failed. This made it so we couldn't use the pattern you're seeing {ts:1032} here for uplifting. We had to go with builder pattern instead. And it pissed me off a lot. And I was not the only one {ts:1037} who was pissed.

Related Pain Points4