Luca Ban
Luca Ban
Hi @bpkennedy thanks so much for your message. I have myself never worked with strict mode before. I will spend some time trying to use strict mode and see where...
@HoraceKeung Yeah, I make direct modifications to some state props in the store without using a mutation. This is only for specific props used internally by my library, unrelated to...
Yes i believe so. I should change my library’s underlying state modifications to only use mutations instead of directly modifying the state, but i’m not sure i want to do...
@garyo I did have a long thought about how to do this, but I couldn't come up with a good way. I'm using state props for some internal functions and...
@garyo Thank you for your thought!! I didn't really work with symbols before, but would people still be able to access the underlying state props, even if the prop names...
I think either way this would be a breaking change... Right? I will think about how to best handle this for v2.0 (planned for when Vuex 3.0 releases) Feel free...
@garyo I see what you mean! Could you try to help out and make a PR? 😇 Here's where I define my state, including the props I use internally: https://github.com/mesqueeb/vuex-easy-firestore/blob/master/src/module/state.ts...
need some time to go over this, i'll comment here again later when I do
@louisameline Thanks for pointing this out: > I read Firestore's documentation about caching (there isn't much unless I missed it) and I don't feel confident relying on it. > **unless...
We'll need to keep this in mind for v2.0 I think that this idea is brilliant and perhaps something we should do by default in 2.0: > Since I persist...