|
|
|
|
|
by progx
1814 days ago
|
|
That is true, Svelte did not have a big benefit over React, so no need to change. And i use Svelte. When you start or build a new product/team and can freely choose which Framework you want to use, you can have a look at Svelte. For our company Svelte is easier to use, it has (in our opinion) less bloated code (e.g. state handling) in our app as React or Vue (which we used before). BUT, Svelte has other problems, especially when you heavily use dynamic components, which are easier to handle in Vue or React. That React has better active contributers is one big point for React. But it depends on Facebook. |
|
Do you have an example?