Hacker News new | ask | show | jobs
by laureny 4794 days ago
> I don't immediately understand how one would make that performant given that the DOM is a mutable data structure.

As a general rule, mutable API's tend to outperform immutable ones.