|
|
|
|
|
by littlecranky67
209 days ago
|
|
> We are Svelte based, so it's frustrating for us to have to drag in React for libraries like this To be fair, chosing Svelte over React explicitly means that - if the React installed/userbase is 10-50x as big, you will be frustrated with this a lot. But in the end I don't get the frustration, in the end react is not a framework and you can render any component into a single HTML node that is part of your Svelte system. If the external library is encapsulated well, you shouldn't even notice that is react based. |
|