kitze / mobx-router

A simple router for MobX + React apps
509 stars 66 forks source link

pass nextPath to onEnter, beforeExit, onExit #58

Closed tomaash closed 6 years ago

tomaash commented 6 years ago

As there are decisions to be made in those hooks depending on target route (nextPath) we need to pass it into them as well.

pass nextPath to onEnter, beforeExit and onExit lifecycle hooks

kitze commented 6 years ago

Released!