Build your intuition. Click the correct answer from the options.
Which of the following is a best practice for managing application state with Redux?
Click the option that best answers the question.
- Mutating the state directly in reducers
- Using object spread syntax in reducers
- Mixing async operations with sync actions
- Avoiding the use of middleware