Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spreading arguments for subscriptions, find with reactivity #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Gregivy
Copy link

@Gregivy Gregivy commented Nov 12, 2018

Support spreading arguments for subscriptions, find method with reactive data-source (temporary solution)


return collection.fetch();
// temp solution but a reactive one, however we can't mutate this
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I understand that this would lead to a reactive array, but I'm not sure about my approach for reactivity in Vue yet. The plugin itself needs to handle the reactivity and not the consumer of the plugin. That's why I'm for now simply returning the plain array

@chris-aeviator
Copy link

I think since there has been no progress on reactivity I propose that this get's merged, since it indeed leads to a reactive vue (+nuxt) plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants