I need to make some reactive joins. I have stumbled across this hackpad but there doesn't seem to be a clear way to achieve this functionality. What's the best way/packages to perform reactive joins in Meteor?
Asked
Active
Viewed 1,359 times
5
-
1possible duplicate of [Meteor.publish: publish collection which depends on other collection](http://stackoverflow.com/questions/26398952/meteor-publish-publish-collection-which-depends-on-other-collection) – David Weldon Oct 26 '14 at 18:07
-
1Start with [Reactive Joins In Meteor](https://www.discovermeteor.com/blog/reactive-joins-in-meteor/), but I have already answered this [here](http://stackoverflow.com/questions/20753279/publish-documents-in-a-collection-to-a-meteor-client-depending-on-the-existance) and [here](http://stackoverflow.com/questions/26398952/meteor-publish-publish-collection-which-depends-on-other-collection). – David Weldon Oct 26 '14 at 18:12