-
see https://ahooks.js.org/hooks/advanced/use-persist-fn
`userPersistFn` is very useful to replace `useCallback`. It would be greate to integrate such ability into this library
-
# 参考文献
阿里出了一套hooks仓库从 Umi Hooks 到 [ahooks](https://ahooks.js.org/zh-CN)
[Hooks FAQ](https://reactjs.org/docs/hooks-faq.html)支持切换为中文
-
Apologies that this is not real feature request.
But it seems like there isn't any real commits to a repo since Sep. 2, 2021. Is the author too busy? I wonder if it is still relatively safe to adop…
-
### 需求描述 全局配置GlobalOptions不能配置onError
### 希望能和ahooks 一样,提供统一的error配置
-
**Is your feature request related to a problem? Please describe.**
I want get a function that been throtted by useThrotteFn
**Describe the solution you'd like**
some thing like below:
const fn =…
-
Running `npm run init` with a node version higher than 17 causes ssl problems.
[Related discussions](https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-rou…
-
all demos are broken
![image](https://user-images.githubusercontent.com/31369746/136744477-a9b374a4-2ad1-4bb3-930f-fbbc636403cf.png)
-
I haven't found a way to make NchanSubscriber.js works in a React Webapp but I can make "vanilla" websocket works. Is it my fault or NChanSubscriber.js is written in a incompatible way for using in Re…
-
"ahooks": "^3.7.5",
"next": "13.1.6",
**BUG**
在nextjs 中通过useWebSocket的options中使用onOpen, onMessage,onClose,onError,皆不生效;
**临时解决方案:**
使用useWebSocket 返回的 webSocketIns 通过 addEventListener 监听 'open'…
-
### 现象
同时执行多次 runAsync, 只执行了最后一个 then 函数
### 可能有问题的代码
应该是由下方代码引起
```
if (currentCount !== this.count) {
// prevent run.then when request is canceled
return new Promise(() => {…