In React's unidirectional flow of data, props are the easiest mode to pass data, state and methods from a parent component to a child, and they are read-only.
確定! 回上一頁