react-redux-typescript-example
react-redux-typescript-example copied to clipboard
This sample is insignificant because it does not handle redirections to pages via history.push
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.