1 min readJan 30, 2020
When should i use typescript, this questions answer is simple, if your project highly dependent on types ( api types, entity models) typescript is a must for me. Because i dont want to have a bug thanks to a silly typo. But if your project is a small one its just an option for me.