MVCoconut / coconut.vdom

Coconut rendering through virtual-dom.
The Unlicense
19 stars 8 forks source link

Try event delegation. #34

Closed back2dos closed 3 years ago

back2dos commented 3 years ago

When having a lot of event handlers, it does show up in the profiler. For bubbling events it might be advisable to use event delegation. Or it may just create a lot of bugs. Let's find out \o/

back2dos commented 3 years ago

Fixed a while back.