ryansolid / babel-plugin-jsx-dom-expressions

A JSX to DOM plugin that wraps expressions for fine grained change detection
MIT License
60 stars 10 forks source link

run hydration for event if component have event listener #32

Closed mduclehcm closed 4 years ago

ryansolid commented 4 years ago

Just so I understand. This PR skips adding additional run calls when the template has no hydrateable events? Nice.

ryansolid commented 4 years ago

Had to modify a bit but merged now.