Gentle reminder that you should use interfaces instead of types IF you use intersection types a lot. This can really slow down TypeScript compilation and IDE performance.
Great article by @mattpocock.com with further explanation here: https://www.totaltypescript.com/react-apps-ts-performance
Great article by @mattpocock.com with further explanation here: https://www.totaltypescript.com/react-apps-ts-performance
Comments