mobx-miniprogram-bindings icon indicating copy to clipboard operation
mobx-miniprogram-bindings copied to clipboard

在使用mobx 和 computed 的时候 我遇到了不少问题,我把代码写在一个代码快中了,大佬有时间能帮我看看吗

Open lilin87788 opened this issue 9 months ago • 1 comments

这是代码片段 https://developers.weixin.qq.com/s/nO8A6CmS7tYw

lilin87788 avatar Mar 13 '25 05:03 lilin87788

初始值 null

关联到这个 issue :https://github.com/wechat-miniprogram/computed/issues/104

网络请求返回值类型的问题

要不停的写 as 感觉很痛苦

和 mobx/computed 无关,在任何遇到网络请求返回值的情况都有问题。不可避免要手工定义一个 TS type ,然后用某种手段 as 一下。

计算值相互调用没有类型提示

这个是 TS 的限制,基于现在的接口没什么好办法。不过在 Chaining API 下是可以解决的。

LastLeaf avatar Mar 14 '25 04:03 LastLeaf