Type-Level TypeScript by is my new favorite thing and you should 100% use your education budget on it. Here's part of a URL parser 🤯
type-level-typescript.com
Conversation
Replying to
This game is my (old) favorite thing but you probably can't use your education budget on it. You should buy it anyway!
5
That's an interesting take.
I usually use -expect error to assert expected failures in type usage. Respectively, no failures if I expect autocompletion to work properly.
3
But can we add types to the type system? Need another runtime layer on top of typescript to deal with that glaring omission.
Quote Tweet
My TSConf 2021 video is up: "Statically Prevent 404s". I build real-world types live, combining advanced TS features (mapped, conditional, and template literal types). It also introduces the statically-typed path library used in production by @exec_prog. youtube.com/watch?v=KRMJIi
No doubt about it! Type-Level TypeScript is a must-have for any developer and investing time on it should be a no-brainer. The URL parser example is incredible.
1
3










