@jamesknelson<p>Also worth mentioning that TS npm download is greater than React consistently.<p><a href="http://www.npmtrends.com/typescript-vs-react-vs-vue-vs-flow-bin" rel="nofollow">http://www.npmtrends.com/typescript-vs-react-vs-vue-vs-flow-...</a><p>I've used Flow in 2016 and getting it to work on code editors was a huge pain. Coworkers asked me weekly how to fix their environment to get it to work.<p>In 2017 I introduced TS to the codebase and never looked back. It just works™.
I actually use JSX without React thanks to Typescript, I wrote an HTML builder myself (anybody can write one, it's easy) and it's quite handy since I don't have to rely on any framework/view library anymore.