Without a compiler, and with the virtualized DOM paradigm, I don’t really know that react is in a great position to benefit from signals.
Frameworks that use compilers and “templated“ DOM (including JSX usage) will always have an advantage using any reactive primitive for targeted updates
Frameworks that use compilers and “templated“ DOM (including JSX usage) will always have an advantage using any reactive primitive for targeted updates
Comments
We do that in preact-signals
Briefly wrote about the difference to hooks https://jovidecroock.com/blog/signals
For a React component that only has targeted updates it turns the function into a setup like Solid, but without the nice syntax for computeds.
Not that I think they'd go for it except maybe w/ the compiler, given past comments.