📄️ [react] Form
📄️ [react] Props & State
在 React 裡使用類似 innerHTML 的方法 =>dangerouslySetInnerHTML
📄️ [react] Props
- Every parent component can pass some information to its child components by giving them props.
📄️ [react] Hooks: useReducer
useReducer is a React Hook that lets you add a reducer to your component.