reactjs - Confirmation message after redirect in React/Redux -
i using react, redux, redux router, , redux form web application, , implement "edit" form. form lives under url /components/1/edit.
when form submitted redirect /components/1 , display toast confirmation message. can redirect work hooking react-form's props.submitsucceeded , rendering <redirect/> tag.
but not sure how propagate confirmation message displayed.
ideally react/redux take on flash messages in ruby on rails.
Comments
Post a Comment