55 ms·
Yes, React components have a special `this.props.children` property [0]. Which works similarly to web components's <content/>. The current implementation of `L
by kfinley 12y ago
Yes, React components have a special `this.props.children` property [0]. Which works similarly to web components's <content/>.
The current implementation of `LeftNav` doesn't allow for this, but it would be easy to add.
0: http://facebook.github.io/react/docs/multiple-components.html#children http://facebook.github.io/react/docs/multiple-components.htm...