jonjamz / blaze-tabs

Reactive tabbed interfaces compatible with routing (Meteor).
https://atmospherejs.com/templates/tabs
MIT License
42 stars 32 forks source link

Flow Router Support #22

Open krishaamer opened 8 years ago

krishaamer commented 8 years ago

Hey @jonjamz, thanks for the awesome package! Does it support Flow Router? The documentation only mentions Iron Router. (I've recently began using React so needed to switch from IR to Flow).

Thanks, Kris

jonjamz commented 8 years ago

Hi Kris,

The router integration is something you would add manually using the callbacks, so it should be compatible with any router. Just push the route with the param for the new tab and then pass the param in to set the active tab when loading the component. I haven't used the package in a while, but from what I remember it was pretty simple.

Jon

On Jul 29, 2016, at 8:07 AM, Kris Haamer notifications@github.com wrote:

Hey @jonjamz, thanks for the awesome package! Does it support Flow Router? The documentation only mentions Iron Router. (I've recently began using React so needed to switch from IR to Flow).

Thanks, Kris

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.