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.
我整个上午都在阅读文档,但找不到简单的OnEnter()方法,比如在react-router. 我正在使用最新版本。
OnEnter()
react-router
输入一些特定Scene的 . 任何想法?
Scene
您可以在场景组件中使用构造函数或 componentWillMount 函数。
constructor(props){ fetch(url) then(doThings()) }