5

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?

Dan Dascalescu
  • 143,271
  • 52
  • 317
  • 404
user1048175
  • 1,100
  • 3
  • 12
  • 29
  • 1
    possible 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
  • 1
    Start 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

1 Answers1

2

I am using publish-composite and it is looks good so far.

https://github.com/englue/meteor-publish-composite

William Shea
  • 378
  • 1
  • 10