|
|
|
|
|
by leppr
2296 days ago
|
|
Since you've been using Svelte for a few months after using React, haven't you been hit by the lack of composability in Svelte? Passing around components as variables is such a common pattern in React, and there's no good replacement in Svelte. The lack of dynamism in components and styles makes theming and crafting reusable components (outside of simple widgets) very tedious [1][2]. I'm genuinely curious how someone can come from React and not be bothered by it. [1]: https://github.com/sveltejs/svelte/issues/2106 [2]: https://github.com/sveltejs/svelte/issues/1550 |
|