|
|
|
|
|
by fnky
2616 days ago
|
|
I don't see how you can blame something for adding complexity based on what other people _think_ is an anti-pattern. In fact, it's most of the times not desired to update your store before you know the data has been validated anyway. The store should always be the source of truth, but that also means that it should be valid. That's the approach I am going with in any case when working with some kind of global state. |
|