Malolan

Results 3 comments of Malolan

@sindresorhus, yeah I like this idea. it's granular to handle each hooks separately.

@sholladay I agree, I did not find the `replaceHooks` method very "elegant" actually. But I've also thought about "passing a callback function" technique. One thing which concerns me is what...

@sholladay @sindresorhus To Summarize: - Add support for providing callbacks for any hook to solve extending hooks, or providing completely new ones. - Use Object Spread on `hooks` prop alone...