Bruce Ingalls
Jan 6, 2020, 7:55 PM
Why Svelte won't kill React?
https://medium.com/javascript-in-plain-english/why-svelte-wont-kill-react-3cfdd940586a
How to solve the DOM component hierarchy issue in Svelte?
Seems like the only unanswered challenge in the article.
Comments
However, this is the functional (as in Reactive) mindset.
You pointed out the OOP approach, which is to parameterize a reusable component with slots!
Perhaps there is still a case, where reactive late binding does not work as well in Svelte's eager optimization, but I cannot yet think of a good case.