Problem Statement
What are React Hooks and why were they introduced?
Explanation
Hooks are special functions that let you use React features like state and lifecycle inside functional components. They were introduced to avoid complex class components and make logic reusable.