Hmmm... Probably it is just my bad wording. I do not think that developers of popular packages are lack experience. Exactly opposit - event developers advanced enough to make popular packages make mistakes because React introduce more and more complexity, often hidden complexity. And I am not blaming React for that but rather us community who often blindly wanna do everything react. For example, you can find Charting library. Very nice looking library. And you will pass points as react components. You would pass 1000 <Point ... /> and now to mount and updating them will turn your chart to the slideshow. Should you blame react for that or the fact that developer wanted to do it React way?