The Wayback Machine - https://web.archive.org/web/20201011192447/https://github.com/Meteor-Community-Packages/meteor-collection-hooks/issues/65
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

Document where hooks are run #65

Open
zimme opened this issue Oct 1, 2014 · 1 comment
Open

Document where hooks are run #65

zimme opened this issue Oct 1, 2014 · 1 comment

Comments

@zimme
Copy link
Member

@zimme zimme commented Oct 1, 2014

Maybe we should document where hooks are run and under which conditions as it isn't clear for people who hasn't grasped the internals of meteor yet.

i.e. When running find/findOne on client results in only find/findOne hooks that are defined on client will run and not the ones on server as it does when calling insert/update/remove and so on.

@doubletaketech
Copy link

@doubletaketech doubletaketech commented Apr 8, 2015

Agree. It is confusing for people who know Meteor as well. :) I just asked this same question on the new Meteor forums. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
4 participants
You can’t perform that action at this time.