Hi, I love the amount of useful hooks react-use contains. Now I've seen you can install them easily with the npm-package react-use but it is not the smallest one and you'll never use all of the custom hooks in a project. Is it possible to install the hooks seperate from each other (like for example components in Radix UI).
Or is this not necessary because the hooks you don't import inside the project (React, Next, Remix or whatever React based project) are not included at build time?
Hi, I love the amount of useful hooks
react-use
contains. Now I've seen you can install them easily with the npm-packagereact-use
but it is not the smallest one and you'll never use all of the custom hooks in a project. Is it possible to install the hooks seperate from each other (like for example components in Radix UI).Or is this not necessary because the hooks you don't import inside the project (React, Next, Remix or whatever React based project) are not included at build time?