|
|
|
|
|
by danmaz74
3958 days ago
|
|
We've started using Redux [1] lately, because we found some flaws in the original Flux architecture [2]. We also started using ImmutableJS together with Redux. Would you care to list any advantages of NuclearJS over Redux? [1] http://gaearon.github.io/redux [2] biggest flaw: if an action updates two different stores, and a component depends on both stores, the component will get rendered twice. Even worse, the first time it will get rendered with one store updated and the other one not updated, so possibly in an inconsistent state. |
|
[0] https://news.ycombinator.com/item?id=9833058