|
You are here |
henko.net | ||
| | | | |
zackoverflow.dev
|
|
| | | | | Typescript is an amazing project, but a perplexing open-source blackbox | |
| | | | |
mariusschulz.com
|
|
| | | | | TypeScript 2.0 introduced a new primitive type called never, the type of values that never occur. It helps model the completion behavior of functions more accurately. | |
| | | | |
vaghetti.dev
|
|
| | | | | I work in a pretty big Typescript code base on my day job. The one thing I see people struggling the most when learning it is the type system. Typescript types are rather special in that they exist during compile time but not during runtime. I believe it is a better mental model to think of them as type annotations than proper types like the ones you get in a language like Go or Java. | |
| | | | |
nabeelvalley.co.za
|
|
| | | Converting callback based APIs into Async Generators in JavaScript/Typescript | ||