7 ms·
> I guess performance in some cases, but mainly better developer experience. It has better developer experience when you apply it to optimize performance. It i
by localvoid 4y ago
> I guess performance in some cases, but mainly better developer experience.
It has better developer experience when you apply it to optimize performance. It is impossible to beat from-scratch recomputation in terms of DX.
- fabiospampinato 4y agoIt's a matter of opinion at best, for example I hate dependency arrays, and rules of hooks I find very weird, I understand why they are there, but to my brain they just fundamentally feel like workarounds for the lack of signals.
- localvoid 4y ago> for example I hate dependency arrays It is also an optimization and I agree that it is worse in terms of DX than autotracking dependencies.