meteor-flux-leaderboard
meteor-flux-leaderboard copied to clipboard
How can I get posts by page id?
Hello, I do everything that you write in flux leaderboard. But i have one problem. For example, I have Page Component, It renders Post components inside. Every Post has pageID. On route i mount page component with props ID, where i can get posts by pageID with your helpers?
Right now i do like that, trackCollectionCursor(Posts.find({page: Session.get('id')}), Posts_Actions.changed), but i dont think that it's properly
To be honest it's been so long since i've worked on this that I can't remember. Best of luck!