Proper way to change route/URL in Meteor

What is the best / proper way to load a new page in meteor? I.e using Iron Router’s
Router.go(’/route) or window.location.href or some other way?

I was under the impression that Router.go should be used for all cases but I seem to face some rendering issues using this method.

Thanks for the help!