Have a react web app with a url by the form of
http://localhost/user?id=123&name=SomeName&team=SomeTeam
Is there an event which fires when either id, name or team parameter is changed?
I know there is componentWillReceiveProps but it appears that it fires only when it is a route parameter i.e.
is changed rather than as a query string parameter