I’m currently working on a Meteor project using Blaze templates, and we’ve been using Iron Router. However, since Iron Router relies on Fibers, it’s no longer a viable option for us moving forward.
I’m aware that forking and maintaining the package on our own might be a solution, but I wanted to ask if there’s an official alternative or any recommended router for handling routing in Blaze template-based projects.
Any suggestions or guidance would be greatly appreciated!
Since Iron Router is no longer viable, you might want to check out Flow Router. It’s a solid alternative for Blaze templates and is still actively used in the Meteor community. If you need something more modern, you could also consider migrating to React-based routing, but that depends on how much you want to change your stack.