|
|
|
|
|
by luketheobscure
1059 days ago
|
|
There are a large number of very incorrect statements in this article. > True to its de-facto tagline, change detection in React is “just JavaScript.” Then in the example, the author updates a variable with `setCount(count - 1)`. That's not "just JavaScript". Just JavaScript would be `count = count + 1`. |
|
This isn't to make any kind of judgement on either approach though, I personally really enjoy the DX that Svelte offers.