Recommended Router for handling Meteor 3.x Blaze App

Hi,
We are planning to migrate our Meteor 2.x Blaze App to Meteor 3.x. App uses iron-router for handling the routes. Looks like there is no active maintenance for iron-router and it still uses Fibers so it will not work with Meteor 3. I have seen lot of posts saying fork the iron-router repo and modify the Fibers code. I definitely don’t want to follow this approach because its going to be a maintenance headache for the Team in long run. So I want to know if there is any official recommendation from Meteor team regarding the router to be used when I upgrade the app to Meteor 3.x.

Regards,
Mohan

Hello,

ostrio:flow-router-extra is very good

I use :
blaze@3.0.0
blaze-html-templates@3.0.0
ostrio:flow-router-extra@3.11.0-rc300.1

This is working perfectly (I migrated from a few months ago)

ok thank you. We will look into it.