# state 跟 props 的差別 ###### tags: `react` ### state state 是管理元件的**狀態**,state 的值可以改變。 ### props props 則是被傳遞進元件,用於父元件與子元件的溝通,值不可以改變。