請列出 React 內建的所有 hook,並大概講解功能是什麼 請列出 class component 的所有 lifecycle 的 method,並大概解釋觸發的時機點 請問 class component 與 function component 的差別是什麼? uncontrolled 跟 controlled component 差在哪邊?要用的時候通常都是如何使用?