Handy TypeScript Patterns
On any JS project my preference is to always use TypeScript, as it greatly increases my productivity (intellisense, autocompletion) while eliminating 90% of the bugs right there, at design time.
Over time I’ve gathered some useful snippets and patterns, out of which I’d like to share a couple I use most with you.
Hope you find these […]