Lately I've been working with #React + #Typescript... I don't like it. What's there that bugs me:
- missing typings, messed up return types looking at you React.Component
- children especially with components that might render null
- prop passing ... rest
- you need a library for everything, no project has the same foundations. Transferable skill set is narrow ( just JS ).