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.
我在 iOS 模拟器中运行 React Native 应用程序,并打开了快速刷新。似乎在发生快速刷新时,组件的构造函数已运行,但componentDidMount并未运行。
componentDidMount
**我想知道的:** 快速刷新到底会发生什么?执行的步骤是什么?
根据我的经验,它会更新您更改的项目,如果您不更改代码中的代码componentDidMount,它不会更改componentDidMount任何一个导致的渲染结果,反之亦然。
react native 文档中有详细介绍。
热重载
快速刷新