react-redux-typescript-example icon indicating copy to clipboard operation
react-redux-typescript-example copied to clipboard

This sample is insignificant because it does not handle redirections to pages via history.push

Open gagandeep-s opened this issue 3 years ago • 0 comments

After action is successfully executed, it is required to navigate to next page using history.push. This example doesn't handle it.

For e.g. redirect to home page after successful result received from authenticate action on login page.

gagandeep-s avatar May 24 '21 10:05 gagandeep-s