Reactive Dict (LocalState) vs Redux

Are there any significant advantages to using Redux as opposed to ReactiveDict for maintaining state between multiple components.

I’ve just started playing with Redux but from my understanding and if I’m wrong someone please correct me! :pray:

Reactive dicts can’t diff any neducts objects while while Redux you’re given that flexibility and customizability of the store itself.