Typescript tips for legacy projects: Type only you need
When you introduce Typescript in a legacy project, or you are using a library that doesn’t …
When you introduce Typescript in a legacy project, or you are using a library that doesn’t …
Enums is one of the nice things Typescript bring to the Javascript development’s …
Recently I was looking for more knowledge about Typescript typing, how to create more advanced and …
One useful feature in Typescript is union types, for example string | number | null
, it’s a …
Typescript is a great “language”, makes it possible to create more maintainable and …
If you program in JavaScript probably somebody told you about the advantages of using Typescript or …