affects:usergood first issuetype:enhancement
Repository metrics
- Stars
- (11,106 stars)
- PR merge metrics
- (Avg merge 59d 3h) (2 merged PRs in 30d)
Description
Would you be in favor of simplifying the hook signature of create ? It takes an arbitrary emptyVnode as a first argument.
The fact that the logic is reused in the core modules for the create and update phases should not bother users everytime they want to do something in a create hook. I use this hook a lot and it's so annoying.
It would just be a matter of creating a wrapping function in the modules.
If you all agree, I'm happy to create a PR when I have some time.