React

Redux Quiz - immutability in redux

19.

Why is immutability important in Redux?

It ensures that state changes are predictable and do not lead to any side effects.

It allows for better performance by facilitating efficient change detection and rendering.

It enables time travel debugging, allowing developers to easily navigate and inspect past actions.

All of the above.