> As far as Svelte being simpler and more productive than React, I'd say that > depends on person and what they like. But what Svelte does really right is > that interactive guide which is amazing.
We can measure it, there's [TodoMVC](https://todomvc.com/) an UI showcase app, implemented in all possible UI frameworks. In [Svelte](https://github.com/sveltejs/svelte-todomvc/tree/master/src) and in [React](https://github.com/tastejs/todomvc/tree/gh-pages/examples/react/js). You can just scan through the sources to see how much more code in React version.