Which hook is used to manage a form's state in React.js?
Which hook is used to create a reusable function in React?
Which hook is used to run side effects in a functional component?
Which hook is used to manage a component's lifecycle in React?
Which hook is used to optimize performance by memoizing the output of a function?
Which hook is used to create reusable logic across multiple components in React.js?
What is the purpose of the useCallback hook in React.js?
What is the purpose of the useContext hook in React.js?
What is the purpose of the useReducer hook in React.js?
What is the purpose of the useRef hook in React.js?