Getting started with TypeScript
In the official docs of TypeScript it says TypeScript is JavaScript with syntax for types but it assumes we should know the meaning of types. For keeping things simple let's say TypeScript is a layer on top of the JavaScript. If you scratch the layer...
itsvishak.hashnode.dev5 min read
Jb Rocher
Lead Software Engineer in an Eco-Friendly Start Up
Great read !
Here's another really useful resource when working with react and typescript !
It lists common patterns like mirroring a DOM typing, which is handy when you're building a design system :)