TypeScript Utility Types: The 6 Most Useful
I have been working with typescript for almost a year now, and I have learned and implemented a lot in this time. Among the things, I enjoy most about typescript are the utility types that allow me to write better code, so today I will discuss the 6 ...
blog.reactplay.io4 min read
Karolina Hudziec
TS React Frontend Softwer Developer
Great article! I have one questions though. In different examples you've used interfaces and types. Does it matters and some utilities work just with types and others just with interfaces or it does not matter and every utility mentioned above works with both interfaces and types?