How do I make the redirected page to always show from top instead of the last scroll view offset from the previous page by using history.push() ? I can't use a redirection in my code because it will refresh the new page and the redux state will lost.
EDIT - SOLUTION
Found this discussion here to always scroll to top in router react-router scroll to top on every transition
I'll leave it here in case someone else is looking for solution.