美文网首页
Component and Props

Component and Props

作者: bestCindy | 来源:发表于2020-08-11 17:23 被阅读0次
  • Naming props from the component's own point of view rather than the context in which it is being used
  • Props are read only, whether you declare a component as a function or a class, it must never modify its own props. All React components must act like pure functions with respect to their props.

相关文章

网友评论

      本文标题:Component and Props

      本文链接:https://www.haomeiwen.com/subject/vcuedktx.html