|
|
|
|
|
by zerovox
1375 days ago
|
|
I had a similar response when reading "React adapter allows you to access signals directly inside your components and will automatically subscribe to them." I don't believe this is worth it. The implementation is fairly dangerous and fragile as you point out, all in order to simplify something fairly clean/reacty such as `const value = useSignalValue(signal)` into `signal.value`. |
|