mksarge / redux-json-router

Declarative, Redux-first routing for React/Redux browser applications.
MIT License
36 stars 7 forks source link

Router Callback which triggers before navigation change. #3

Open soumyamukherjeebirdeye opened 7 years ago

soumyamukherjeebirdeye commented 7 years ago

Router Callback which triggers before navigation change, so that one can intercept the request and based on conditions inside the function/callback stop the navigation or redirect to another page or do some other job.

It's not an issue but a feature request, didn't know how to raise one so raised an issue :)