Hacker News new | ask | show | jobs
by tylermcginnis 1115 days ago
I've never heard of VueUse (though I'm sure it's great). The original useHooks was released in January of 2019.
1 comments

Yeah, I figured useHooks was created without knowing about VueUse, but thought the useHooks maintainer(s) might have become aware of it sense then. It makes sense, because though the code is heading in the direction of VueUse in terms of being maintained and well rounded, the structure of useHooks is quite a bit different. VueUse has the code alongside the Markdown: https://github.com/vueuse/vueuse/tree/main/packages/integrat...