|
|
|
|
|
by StrauXX
237 days ago
|
|
> Without having to re-render the whole table on each change. Not quite sure what the author means by that. Re-rendering pnly happens when the current task queue elemt has been processed. Never while JS is running (aside from webworker and the like). I would honestly be surprised if this API had much (if any) performance benefits over createElement. |
|