I keep hearing this and find it really hard to care about. Runtime performance is not a bottleneck for me. Once in a blue moon I'll have to optimize a React component with shouldComponentUpdate but otherwise I have no performance concerns even on old browsers. There are other characteristics that are very, very important like build size. VDOM is not worth thinking about. Honestly I don't understand Svelte. It sounds…
https://medium.freecodecamp.org/a-realworld-comparison-of-fr...
Edit: Confused the React/Redux implementation with the React/MobX implementation the first time around.