Shawn Wildermuth

Results 24 comments of Shawn Wildermuth

We'll have to figure out how we want to handle this since we're moving to Sessionize. Not sure they support 'favorites'

Should have been fixed, but i'll recheck when I redeploy tomorrow.

That will be built when you run the Vue CLI Build.

The vuex-composition-helpers project only works with Vue 2 as it was said that this is what the API would look like in Vuex 4 but I haven't seen it working.

Wouldn't an API like this allow for typesafety: ``` setup() { const { isBusy, count } = useState({ isBusy: s => s.state.isBusy, count: s => s.getters.itemCount }); } ``` Maybe...

Hmm....so is this an argument against Vuex in general?

If all we're getting is protection against accidental mutation, couldn't we do that with just ref/reactive? Thinking out loud. I really like the simplicity of Vuex and don't think that...

Sure, I get that. I don't mean hooks. I don't quite get useStore except for library code (import store from "@/store" is fine for most cases I think).

Does this assume that .bowerrc isn't pointing at another directory? That seemed to be my problem.

Or via config file like Chocolatey (e.g. packages.config)