alibaba / hooks

A high-quality & reliable React Hooks library. https://ahooks.pages.dev/
https://ahooks.js.org/
MIT License
14.08k stars 2.72k forks source link

feat: export metadata about all hooks #1551

Closed Jungzl closed 2 years ago

Jungzl commented 2 years ago

If you can provide metadata information just like @vueuse, we can maintain a preset config to auto import ahooks

antfu commented 2 years ago

For the context, here is how we do it in VueUse https://unpkg.com/browse/@vueuse/metadata@8.2.5/index.json

Auto import using that metadata https://github.com/antfu/unplugin-auto-import/blob/main/src/presets/vueuse-core.ts

brickspert commented 2 years ago

publish in v3.3.2

Jungzl commented 2 years ago

publish in v3.3.2

seems like there is no new version on npm

brickspert commented 2 years ago

sorry, 3.3.8 is work~

Jungzl commented 2 years ago

whoa, that's a lot patch version bump

brickspert commented 2 years ago

whoa, that's a lot patch version bump

hhh, I just got a new computer and the environment is not configured properly~~