React doesn’t really try to do that and forces ones to work at one level lower of abstraction where I need to constantly be aware of JS single-threadedness, worry about state and propagation among a bunch of other things that have very little to do with the specific problem I’m trying to solve.
I’d pick Svelte or Vue, or even better, server-side rendering with some light js (i.e. alpine.js) sprinkled over