|
|
|
|
|
by gmmeyer
3777 days ago
|
|
Rendering the initial list takes much, much longer with the change propagation implementation than with the virtual dom one. I'd say, without benchmarking it, I see about 2 seconds or more difference. Even if the virtual dom is slightly slower at reacting to change, the time to render the latter implementation is more than enough to make me not want to choose it. |
|