Hacker News new | ask | show | jobs
by mikewhy 3027 days ago
> The only advantage I see is being able to rewind the state store

Another big one is being able to restore the state. In Redux, it's just one giant object that can be easily serialized and use in the future. With Mobx, I'm guessing you have to write deserialize logic for your various classes.