1 min readAug 23, 2018
That article looks like a great summary of combining TypeScript and React!
I use TypeScript as well — though on some projects only as a JavaScript compiler with the allowJs
option. It has so far completely replaced Babel in my workflow. And the type system has been indispensable for bigger projects where I work with a team!