movue
movue copied to clipboard
MobX integration for Vue.js.
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.5.0 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.5 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...
Why MobX + movue, instead of Vuex? 1. MobX provides more flexible and powerful observable system (`shallow`, `ref`, `map`...) 2. You may not like Vuex (`action` & `mutation`, the way...
I cannot setup the `movue` package. Bellow is my code: package.json: ``` "movue": "0.3.2", "mobx": "5.15.4" ``` tsconfig.json: ``` { "compileOnSave": false, "compilerOptions": { "target": "es5", "module": "esnext", "strict": true,...
Offer tool for dependency injection. Maybe like [provider-and-inject of mobx-react](https://github.com/mobxjs/mobx-react#provider-and-inject), maybe better:P
Perhaps we can offer better vue-mobx develop experience by hijack [`render` method](https://cn.vuejs.org/v2/guide/render-function.html) of vue component. Then we can access observable value from MobX store directly in vue components' render method...