React 入门(3): 严格模式 props
作者:互联网
严格模式
StrictMode 是一个用来突出显示应用程序中潜在问题的工具。与 Fragment 一样,StrictMode 不会渲染任何可见的 UI。它为其后代元素触发额外的检查和警告。
https://zh-hans.reactjs.org/docs/strict-mode.html#warning-about-deprecated-finddomnode-usage
END
标签:zh,入门,finddomnode,StrictMode,模式,React,严格,warning,props 来源: https://www.cnblogs.com/develon/p/13619144.html