vuejs / docs

📄 Documentation for Vue 3
https://vuejs.org
Other
2.94k stars 4.46k forks source link

Please provide detailed documentation of "@vue/reactivity" in order to use it outside of the vue application. #1178

Open masx200 opened 3 years ago

masx200 commented 3 years ago

Please provide detailed documentation of "@vue/reactivity" in order to use it outside of the vue application.

https://github.com/vuejs/vue-next/issues/4332#issuecomment-898430861

masx200 commented 3 years ago

I found that "@vue/reactivity" might be a better mobx. Developers can use "@vue/reactivity" in react as a global state manager!

It does not export the "watch" method, it has the "effect" method, which is not written in the documentation.