reactjs/react-router-redux

Action name

sshmyg opened this issue · 2 comments

Hi, back history browser button call action with name POP and forward history browser button call action with name POP. Is it expected behaviour? Shouldn't forward button call action with name PUSH?

Yes, this is expected. It's how history works.

Don't you know how to detect session history length?