I am using a modal child component from my parent component. OnSubmit of the modal, it updates the redux state which has rendered in my parent component. (behind the modal).
I want to update my parent component's rendered content by updated redux state when closing the modal.
what is the way to do above scenario in react-redux?
This is a bug tracker, not a support system. For usage questions, please use Stack Overflow or Reactiflux where there are a lot more people ready to help you out. Thanks!