Today we’re excited to announce the availability of TypeScript 4.4! If you haven’t heard of TypeScript yet, it’s a language that builds on JavaScript by adding syntax for static types. Tools like the TypeScript compiler just erase those types, leaving you with clean readable JavaScript that you can run anywhere; but those types are there to […]| TypeScript
Back to: Part I| patrickthebold.github.io
I’ve been meaning to write a post on “How I wish people made React apps” for a while now. Today I got annoyed by some HN discussion on React hooks.| patrickthebold.github.io
Generating types by re-using an existing type.| www.typescriptlang.org
Create types which act like if statements in the type system.| www.typescriptlang.org
Types which are globally included in TypeScript| www.typescriptlang.org