Iron Router
A client and server side router designed specifically for Meteor.
To add Iron Router to your app, install the iron:router
package
1 | meteor add iron:router |
For detailed information about all of the features Iron Router has to offer, refer to the Iron Router Guide
Flow Router
Carefully Designed Client Side Router for Meteor.
To add Flow Router to your app, install the kadira:flow-router
package
1 | meteor add kadira:flow-router |
For detailed information about all of the features Flow Router has to offer, refer to the Kadira Meteor routing guide.
Flow Router Extra
Carefully extended flow-router with waitOn and template context
To add Flow Router Extra to your app, install the ostrio:flow-router-extra
package
1 | meteor add ostrio:flow-router-extra |
For detailed information about all of the features Flow Router Extra has to offer, refer to the Flow Router Extra Documentation.