AdamBrodzinski / meteor-flux-leaderboard

Flux Example with React & Meteor
131 stars 19 forks source link

How can I get posts by page id? #16

Open rkhaslarov opened 7 years ago

rkhaslarov commented 7 years ago

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?

rkhaslarov commented 7 years ago

Right now i do like that, trackCollectionCursor(Posts.find({page: Session.get('id')}), Posts_Actions.changed), but i dont think that it's properly

AdamBrodzinski commented 7 years ago

To be honest it's been so long since i've worked on this that I can't remember. Best of luck!