16. James is working on an enterprise-level React application with complex state management requirements. Which statement accurately describes why he might prefer Redux over the React Context API for state management?
1 point
Redux offers simpler integration with React components compared to the React Context API.
Redux provides a more efficient solution for managing deeply nested state and handling complex updates.
Redux is a built-in part of the React framework, ensuring seamless state management.
Redux is known for its superior performance and faster rendering compared to the React Context API.
FUO