reactjs/it.react.dev

Pooling / Pooled term

frankcalise opened this issue · 3 comments

Is there a good term for pooling or pooled? I'm not seeing something that stands out and makes sense to me exactly. Or could not translate it since it defines it afterwards:

Event Pooling
The SyntheticEvent is pooled. This means that the SyntheticEvent object will be reused and all properties will be nullified after the event callback has been invoked.
This is for performance reasons.

Thoughts?

I guess "grouping" should get the point across. Sound ok?

Raggruppamento Eventi
Il SyntheticEvent è raggruppato

Maybe "Il SyntheticEvent è gestito in un pool" (and then the explanation)

Addressing this in code-review #31