请求支持 reactive 的 mobx 转换或者响应支持
What problem does this feature solve?
mobx 内部也是 Proxy 和 vue/reactive 也很相似, 通过 reactive(mobx class) mobx 的 observable 是正常工作的,但是computed 不行。 希望 reactive 能转换 mobx 类。vue2 有 mobx-vue 支持。vue3中公用 react 的 mobx 目前没有很好的方式。
What does the proposed API look like?
reactive(new MobxClassStore())
Hi, thanks for your interest but Github issues are for bug reports and feature requests only. You can ask questions on the forum, the Discord server or StackOverflow.
You don't need Mobx with Vue but if you want to create an integration, that should be a third party library, not in Vue core