kitze / mobx-router

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

Save original params #51

Open vencax opened 7 years ago

vencax commented 7 years ago

On currentView.onParamsChange I would need the previous params, so I would suggest to call the handler with saved params instead next params (which are effectively current, since they has been already set to this.params and this.queryParams).