
RNR 249 - A Redux Maintainer’s Thoughts on RTK vs MST
React Native Radio
00:00
Redux - Mutability vs Immutability
React's original design goal was the whole time travel debugging thing. In order for this to work right, you need those reducers to be pure with no side effects and to produce a new result value every time. It also goes to the like the conceptual idea that Redux is about making your code predictable. So there are specific design goals that we're trying to implement and immutability is the best way to achieve those goals.
Transcript
Play full episode