Is it true, that each of exists browsers always will reload page completely if I change the query parameters in the address bar?
If it's true I suppose, that I can rely at componentWillMount
, because page always will be completely refreshing, but if it's false, should I prefer to process changes in the address bar in the componentWillReceiveProps
?