Quiz: Simplifying Reducers in React
Test yourself on what you’ve learned about using reducers in React with TypeScript.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Why is a Redux action required to be an object with a type
property?
A.
It enforces a specific coding style.
B.
It simplifies the use of reducers.
C.
It improves code readability.
D.
It enables centralized state management.
1 / 10
...