函数式组件与类组件有何不同?
函数式组件捕获了渲染所用的值。(Function components capture the rendered values.)
作者是 Dan Abramov , Facebook React 核心开发,Redux 作者
博客地址
https://overreacted.io/zh-hans/how-are-function-components-different-from-classes/
函数式组件捕获了渲染所用的值。(Function components capture the rendered values.)
作者是 Dan Abramov , Facebook React 核心开发,Redux 作者
https://overreacted.io/zh-hans/how-are-function-components-different-from-classes/