基础 - props - 图1

知识点

  1. 一次 render过程,就是调用React.createElement方法生成新的element的过程,新的element上就会有新的props属性,这个新的props属性就是重新渲染视图的关键所在。React 组件通过 props来打通脉络。