Earlier quoted context omitted.
There are a lot of people using Typescript with React... it's not so bad, I don't see the point nearly as much as some, but it's definitely there, and pretty well supported.
I tried typescript with react, but found that I was constantly adding `: any` when dealing with `props` and `dispatch`. It felt like it was getting in the way more than it was helping.
Re: Learning Node.js and React while building a product
#41You could specify them though, or not do `: any` which iirc is implicit?