mobx-vue icon indicating copy to clipboard operation
mobx-vue copied to clipboard

🐉 Vue bindings for MobX

Results 22 mobx-vue issues
Sort by recently updated
recently updated
newest added

Basically i want to add my state globally through install fn, but I can't seem to find any examples. ``` export default { install(Vue, options) { // this will work,...

Hello, I'm facing a strange exception, and I was able to reproduce it in the tests below. I'm writing here as the test made without mobx-vue doesn't fail, so I...

Hello, First of all, I am quite new to Vue, so I might have missed some documentation. I have used Mobx in combination with React, and haven't had any issues...

Is there a module (ES2015/ES6) browser build to correspond to the Vue module browser build? Example Vue Browser Builds - Vue 2: https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.esm.browser.js - Vue 3: https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.esm-browser.js

I got a project with no decorated class properties. Trying to use mobx-vue instead of vuex. Vuex seems too complicated. The second reason it has no TS support. Based on...

When unit testing Vue components, it is often necessary to call `await vm.$nextTick()` to ensure the rerender is completed before accessing the component's DOM for assertion. As far as I...

Updated hook not called after model update Demo: https://codesandbox.io/s/24ov7q1pnj

Do the `mobx-react` [best practices](https://mobx.js.org/best/react-performance.html) regarding component composition and de-referecning equally apply to `mobx-vue`? Does this library work same same, any other obvious advice?

Hi there! I've read the docs and came with some ideas: 1. Mostly what we want is to connect **Store instance** with **Component instance/element**, instead of to connect **Store instance**...

discussion

Using `@Observer` with `@Component` does not copy static properties