摘要:
https://zh-hans.reactjs.org/docs/lifting-state-up.html 这样 多个子组件的值可以联动变化。 关键点: class ParentComponent extends React.Componnet{// ………… changeMyValue=(par 阅读全文
摘要:
https://zh-hans.reactjs.org/docs/render-props.html 术语 “render prop” 是指一种在 React 组件之间使用一个值为函数的 prop 共享代码的简单技术 具有 render prop 的组件接受一个返回 React 元素的函数,并在组件 阅读全文