anuoua
anuoua
说一下我的看法,对于保活这个可能并不是硬需求,我个人现在并不希望常驻内存,而且弹出到全局这点我觉得很重要。 是否考虑可以让用户自己选择呢? @yiludege
Same issue, https://codesandbox.io/s/immer-rdx-codesandbox-bug-vb890, it works in local vscode。
How about this. ```javascript ref hello = 1; console.log(hello) // { value: 1 } console.log(hello.value) // 1 console.log(&hello) // 1 &hello = 44 console.log(&hello) // 44 ```
Any update?
确实有问题
> I feel like this could be lazy or helped via CSS similar way will-change helps but using will-compute or similar so that hints are obvious and could be optimized...