Closed grantcarthew closed 6 years ago
It would be very useful in my opinion to add some sort of comparison with vuex + the goals of puex in the README.md.
Do you need to use this with Vuex or can it be used stand alone?
Standalone.
I'm confused. In readme it says
Dropped unnecessary features (for specific use cases).
What list of features is being dropped?
@DrSensor A LOT, see https://github.com/egoist/puex#api
The main differences:
mapXXX()
helpers are also available on puex store
instancepuex
does not have vue-devtools
supportAh I see, thank you. I also notice based on readme action and mutation can be bypassed using replaceState
. Also state now accept Function
to.
Because state now can accept anything, can state also store VNode and/or normal Node?
FYI, just added vue-devtools support thanks to @psi-4ward
Different Size vs. feature-set tradeoff for different needs.