I know the approach of use-signals is try to micmic the standard spec, but looking more to know which one should be using right now if including Signals in React applications.
E.g. so far I have configured the plugin mentioned above for my existing React app, and also added @preact/signals-react-transform to my Vite config which will automatically transform my components (using Signals) to be reactive.
Can you please elaborate in the differences/pros/cons you see for every approach?
I know the approach of
use-signals
is try to micmic the standard spec, but looking more to know which one should be using right now if including Signals in React applications.E.g. so far I have configured the plugin mentioned above for my existing React app, and also added
@preact/signals-react-transform
to my Vite config which will automatically transform my components (using Signals) to be reactive.Can you please elaborate in the differences/pros/cons you see for every approach?
Thanks for implementing this and sharing it!