React Hooks, HOCs, Controlled Components, Custom Hooks
What are React Hooks?
What does the useState hook return?
What is the useEffect hook used for?
When does useEffect run with an empty dependencies array []?
What is the useContext hook used for?
What is the useReducer hook similar to?
What is the primary purpose of useMemo hook?
What is the primary purpose of useCallback hook?
What is the difference between useMemo and useCallback?
What is the useRef hook used for? (Select all that apply)
What is the difference between controlled and uncontrolled components?
What are Higher-Order Components (HOC)?
What is React.memo() used for?
What is prop drilling?
What are Custom Hooks?