cklmercer / vue-stash

Easily share reactive data between your Vue components.
MIT License
403 stars 29 forks source link

Is vue-stash still maintained? #11

Closed pbastowski closed 7 years ago

pbastowski commented 7 years ago

Hi @cklmercer

I like the idea of a very simple way to "inject" parts of the global store into a component, such as is done in vue-stash. However, before I actually start using vue-stash I wanted to know if you were planning on maintaining it further. Especially since I see that there has been no activity in this repo since September 2016 and there are a couple of issues open, one with a promise to look into it asap.

Thanks Paul

cklmercer commented 7 years ago

vue-stash is definitely still maintained in the following sense, it works as intended and I will continue to make sure it does so.

There are a couple of neglected issues, which I need to make a decision on, but the plugin is in no way broken nor has it ever been left laying around broken.

cklmercer commented 7 years ago

The reason for the current open issues is largely due to a key decision I've been putting off. "Should vue-stash be robust or simple?"..

pbastowski commented 7 years ago

Thanks for the quick answer. I thought this might be your answer anyway :)

You're right, a library not updated in a while doesn't mean it's faulty.