Y
Hacker News
new
|
ask
|
show
|
jobs
by
krebby
364 days ago
I think this is referring to the fact that React uses synthetic event listeners - it's cheaper to bind an event listener once at the root and do your own element matching than it is to continuously bind and unbind listeners.
https://react.dev/reference/react-dom/components/common#reac...