mobx的createTransformer和mobx-utils计算出的Fn有什么区别?

时间:2019-04-23 12:03:40

标签: mobx mobx-utils

mobx的createTransformer和mobx-utils计算出的Fn有什么区别?

有时候,mobx和mobx-utils中的东西之间存在重叠(即whenWithTimeout),但是当我看到过去已将其标记为不赞成使用时。在研究computeFn的实现时,似乎可能需要做一些额外的工作来观察传递到computeFn()结果中的参数。不过我不确定。

https://mobx.js.org/refguide/create-transformer.htmlhttps://github.com/mobxjs/mobx-utils#computedfn

1 个答案:

答案 0 :(得分:0)

来自https://github.com/mobxjs/mobx-utils/issues/199

  

createTransformer不需要“主机”来存储其状态。如果可以利用computedFn,我会的。