Iterating Faster with TypeScript 7(code.visualstudio.com)
code.visualstudio.com
Iterating Faster with TypeScript 7
https://code.visualstudio.com/blogs/2026/06/26/iterating-faster-with-ts-7
5 comments
I enjoyed this:
https://type-level-typescript.com/
think of genetics like functions
I recommend finding a real project that is likely to have some complex needs. It's easier to learn when there are real problems to solve.
Feels like the lesson they should have learned is that re-writing VS Code in Go could make it four to seven times faster.
- i get the basic features of typescript like i truly get it
- but when it comes to the advanced stuff, generics etc, i am always feeling lost
- maybe i am dumb because i am not able to wrap my head around it
- anyone got some kind of example or cookbook or something that ll truly give me the aha moment for the advanced typescript stuff?