kadirahq / flow-router

Carefully Designed Client Side Router for Meteor
MIT License
1.09k stars 193 forks source link

FlowRouter wait for all subscriptions created in React Components #586

Open timbrandin opened 8 years ago

timbrandin commented 8 years ago

I like how Flow Router SSR tracks what data to send to the client when subscribing in components work, it would be nice if subscriptions created inside components also registered themselves on the route, so that we can wait for them before rendering the next page when navigating.