其他分享
首页 > 其他分享> > React官网解读

React官网解读

作者:互联网

Adding Interactivity

组件的 props.children 是什么?
React支持在自定义组件时,在其中嵌套 JSX 结构。也就是说,props.children使得组件标签也能像普通的 HTML 标签那样编写内嵌的结构,并且childre不限于是JSX结构,也可以是普通文本等。
https://wangjintian.com/2020/11/17/props.children 和容器类组件/
https://johninch.github.io/Roundtable/Question-Bank/react/children.html#组件的props-children是指什么

标签:解读,React,https,props,组件,官网,JSX,children
来源: https://www.cnblogs.com/LLykin/p/16464642.html