Ability to install a single hook (like lodash.memoize, or lodash.<insert lodash function here> #605
wadehammes
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We would love the ability to install via package manager a single instance of a hook, rather than the whole library. We don't want to give access to all the hooks here to our dev team, in a perfect world, we could just install the hook we want to use.
i.e.
npm install usehooks-ts/useSessionStorage
Beta Was this translation helpful? Give feedback.
All reactions