I am trying to render other component when successfully submit form. Form has different rails layout and after form submit it redirect with different layout.
Render component using react-router and redirect object but how can I render it with layout. Also I want display flash message after form submit with react. So if reload the page after submit form it is not possible to set flash message in react component. Any suggestion?
Thank you.