Comment by assimpleaspossi
Comment by assimpleaspossi a day ago
>>React is legacy technology
https://infrequently.org/2024/11/if-not-react-then-what/#fn-...
Comment by assimpleaspossi a day ago
>>React is legacy technology
https://infrequently.org/2024/11/if-not-react-then-what/#fn-...
The virtual dom is just part of the performance problem, the biggest problem in my opinion is the huge complexity that React adds, they solved part of it with useReducer and useSyncExternalStore, but I don’t think it will eventually be solved.
Thanks, I’ve been thinking about ditching react in favor of Svelte for a long time now, and this post cites enough reasons to justify it