© 2023 Hashnode
#typesafety
What is type safety? Type safety is an abstract construct we create on our code where we tell our coding and compiling software to display errors (a way of telling us that there is something wrong in …
Wow, that's a lot of t's! 😅 This is a short post regarding a question I had while writing TypeScript on a React project. I'm by no means a TypeScript expert, I only know the basics, but while I was w…