Typescript type narrowing, type guards and type predicates ([var] is [type])
One useful feature in Typescript is union types, for example string | number | null, it's a way to…
One useful feature in Typescript is union types, for example string | number | null, it's a way to…
Typescript is a great "language", makes it possible to create more maintainable and understandable…
Sometimes you need to share variables between CSS (or SCSS) and Typescript, for example, if you have…
To start coding Javascript (and other languages), you almost need nothing, just a simple, text…
If you program in JavaScript probably somebody told you about the advantages of using Typescript or…