Kizspy | Question: 39
(Choose 1 answer)
What is the advantage of event pooling in React?
A. It reduces memory usage by reusing event objects.
B. It improves event handling performance by creating new event objects for each event.
C. It simplifies event handling by providing a pool of event handlers.
D. It allows for better management of event contexts.