是否有类似于 Vueuse 但用于 React 的库?
Is there a library similar to Vueuse but for React?
我对单个经过策划和测试的库(如 Vueuse)和 React 感兴趣,而不是对单个挂钩有很多依赖。有这样的东西吗?
例如,在 Vue 项目中我经常使用 https://vueuse.org/core/useStorage/, https://vueuse.org/core/computedAsync/ and https://vueuse.org/shared/useToggle/,但也有许多其他项目。
内置 React Hooks 的列表似乎非常有限:https://reactjs.org/docs/hooks-reference.html
那https://github.com/streamich/react-use? Otherwise you could try using @vueuse directly in your react components thank to reactivue呢!
我发现 https://ahooks.js.org/ 可以满足我的需要
我对单个经过策划和测试的库(如 Vueuse)和 React 感兴趣,而不是对单个挂钩有很多依赖。有这样的东西吗?
例如,在 Vue 项目中我经常使用 https://vueuse.org/core/useStorage/, https://vueuse.org/core/computedAsync/ and https://vueuse.org/shared/useToggle/,但也有许多其他项目。
内置 React Hooks 的列表似乎非常有限:https://reactjs.org/docs/hooks-reference.html
那https://github.com/streamich/react-use? Otherwise you could try using @vueuse directly in your react components thank to reactivue呢!
我发现 https://ahooks.js.org/ 可以满足我的需要