Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的问题是:我尝试使用来自 react-rooter-dom 的重定向。我有重定向功能,但是当我在下一个组件上重定向用户时,我想向用户发送一条消息。
在这里我使用路径名重定向:
{formSubmit ? <Redirect to={{pathname: "/SignIn"}} /> : <Row></Row>}
但是我怎么能用类似闪信的东西重定向呢?谢谢你。