egoist / puex

(Deprecated) Simple 1kB Vuex alternative
MIT License
79 stars 10 forks source link

Why? #2

Closed grantcarthew closed 6 years ago

LinusBorg commented 7 years ago

Different Size vs. feature-set tradeoff for different needs.

willwillems commented 7 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.

officert commented 7 years ago

Do you need to use this with Vuex or can it be used stand alone?

LinusBorg commented 7 years ago

Standalone.

DrSensor commented 6 years ago

I'm confused. In readme it says

Dropped unnecessary features (for specific use cases).

What list of features is being dropped?

egoist commented 6 years ago

@DrSensor A LOT, see https://github.com/egoist/puex#api

egoist commented 6 years ago

The main differences:

DrSensor commented 6 years ago

Ah 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?

egoist commented 6 years ago

FYI, just added vue-devtools support thanks to @psi-4ward