React椤跺眰API
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了React椤跺眰API相关的知识,希望对你有一定的参考价值。
鏍囩锛?a href='http://www.mamicode.com/so/1/col' title='col'>col window reac function turn 閬嶅巻 div dom imp
1.React.children.map(props.children, mapFunc)
1锛夎鏂规硶鐢ㄤ簬瀹夊叏鐨勯亶鍘嗙粍浠禼hildren銆?/p>
2锛夎鏂规硶鍙互骞抽摵宓屽鏁扮粍鐨勮繑鍥炲€笺€?/p>
import React from 鈥榬eact鈥?span style="color: #000000;">; import ReactDOM from 鈥榬eact-dom鈥?span style="color: #000000;">; function User(props) // props.children鍙栧€兼湁涓夌锛? // 1.鏃犲瓙鑺傜偣-undefined // 2.涓€涓枃鏈?鍏冪礌-瀛楃涓叉垨鑰呭璞? // 3.澶氫釜鑺傜偣-鏁扮粍 // 鎵€浠ヤ娇鐢╩ap鍙兘浼氭湁闂锛屼絾鏄疪eact.Children.map瑙e喅浜嗚繖涓棶棰?/span> return ( <> React.Children.map(props.children, (item,index) => <div key=index>item</div>) </> ) ReactDOM.render( <User> 1 </User>, window.root)
以上是关于React椤跺眰API的主要内容,如果未能解决你的问题,请参考以下文章
React Spring实战之API以及animated 组件的运用