Question 1
What is the 'virtual DOM' in React?
Question 2
What does React's Context API help avoid?
Question 3
What does React.StrictMode help developers catch during development?
Question 4
What is the purpose of the useEffect Hook in React?
Question 5
What is 'prop drilling' in React, and what problem does it cause?
Question 6
What is JSX in React?
Question 7
What is a 'controlled component' in React forms?
Question 8
Why does React require a unique 'key' prop when rendering a list of elements?
Question 9
What does the useMemo Hook optimize in React?
Question 10
What React Hook is used to add state to a functional component?