Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reactive joins in Meteor - best practice?

Tags:

mongodb

meteor

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?

like image 297
user1048175 Avatar asked Nov 01 '22 15:11

user1048175


1 Answers

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

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

like image 157
William Shea Avatar answered Nov 15 '22 06:11

William Shea