react學習筆記 item5 --- Props

Props 就是properties 的縮寫,咱們可使用Props把任意類型的數據傳遞給子組件。子組件自己不能設置它的props ,只能從父組件繼承。咱們來看下面一個例子:javascript // 示例1 var MessageBox = React.createClass({ render:function(){ var msgs = [];
相關文章
相關標籤/搜索