React-redux: How does parent component re-render a redux state which updated by its child modal?

Created on 10 Apr 2019  路  2Comments  路  Source: reduxjs/react-redux

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?

All 2 comments

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!

Was this page helpful?
0 / 5 - 0 ratings