Closed garyb closed 9 years ago
@natefaubion again:
https://github.com/slamdata/purescript-halogen/blob/727e5b83855763f65c2a0194779f7484f86c7817/src/Halogen/Internal/VirtualDOM.js#L38-L48
We currently create a new Hook class every time we create a hook, which is pretty unnecessary.
Hook
Fixed by @natefaubion during the changes for #196
@natefaubion again:
https://github.com/slamdata/purescript-halogen/blob/727e5b83855763f65c2a0194779f7484f86c7817/src/Halogen/Internal/VirtualDOM.js#L38-L48
We currently create a new
Hook
class every time we create a hook, which is pretty unnecessary.