kadirahq / flow-router

Carefully Designed Client Side Router for Meteor
MIT License
1.09k stars 194 forks source link

Prevent push state configuration in route definition #503

Closed AlexFrazer closed 8 years ago

AlexFrazer commented 8 years ago

Is it possible to prevent a route from being added to the window's history when visited? I know FlowRouter.withReplaceState works, but it makes it hard to simply click an a and go to the next route.

I mostly want this to be true with pages that are forms, so they don't go back to them.

arunoda commented 8 years ago

Sorry. This is the only option we have.