6 ms·
I can understand the point, and the fact that in virtual dom implementations you in general specify the state -> view mapping and don't need to distinguish betw
by alserio 11mo ago
I can understand the point, and the fact that in virtual dom implementations you in general specify the state -> view mapping and don't need to distinguish between first render and updates.
However, practically and personally I find working with signals way simpler, and that is even without considering the debugging experience.