Kizspy Question: 2
(Choose 1 answer)
Which of the following statements about reducers in Redux is true?
A. Reducers can only be used with React class components, not functional components.
B. Reducers are responsible for dispatching actions.
C. Reducers should have side effects such as API calls or database interactions.
D. Reducers must be pure functions with no side effects.