
RNR 249 - A Redux Maintainer’s Thoughts on RTK vs MST
React Native Radio
00:00
Is It Easy to Write a Redux App That Is Poorly Performing?
The React ecosystem in general depends on immutability and being able to do reference equality checks to determine if something changed. With Redux, yes, you are having to define these, but it goes back to kind of that predictability pattern. It is easy to end up in a situation where you accidentally cause components to render more often than you need to. So I will freely say upfront that an observable based library like a mobx or a solid does simplify this usage pattern compared to Redux.
Transcript
Play full episode