Evan You
Evan You
This is as "inefficient" as dirty-checking or virtual DOM diffing. In most cases it's fast enough. See this dbmon benchmark which is replacing the entire array with brand new data:...
@nickmessing actually, I've thought about collecting the following packages into a monorepo: - babel-plugin-transform-vue-jsx - babel-helper-vue-jsx-merge-props - babel-plugin-jsx-v-model - babel-plugin-jsx-event-modifiers Also we can move them towards scoped packages as well,...
@mattdesl 4.x is published and available via the `next` dist-tag
You can create a "side effect filter" at the end of the filter chain: ``` js filters: { count: function (arr) { // record length this.$set('filteredLength', arr.length) // return it...
@znck we can make it optionally sync. Most preprocessors have both sync and async APIs. Sync is a requirement for `vue-jest`.
@znck we eventually do but for now we don't have anything that immediately needs it - maybe when @eddyerburgh starts to migrate `vue-jest` to use this package?
Woops, link updated. If you failed to sign up with GitHub - it's most likely because your account doesn't have a public email address. If you make one address public...
@mark-hahn what browser are you using? It seems to work pretty well for most of us.
@dobromir-hristov hmm I can't seem to find you in the user list... mind try again?
@swift1 I upgraded the github sign in plugin with a patch for this - can you try again?