Als Antwort auf Funky Bob

@FunkyBob That's why I prefer Svelte: even setting it up is real basic JS, it compiles to JS code that makes every component usable from JS code without bundler, and in the end, it's just a fancy HTML+CSS+JS templating engine that compiles to JS, and it's awesome.

React is a framework-that-doesn't-want-to-call-itself-framework and everything you do with it has to be "the React way".

With Svelte, you import any JS lib and it just works (unless it needs the browser at import-time)