Understanding STM and Its Use Cases in Concurrent Applications
I watched the stream that was recorded awhile back on STM module. My understanding is STM is best suited for a state that needs to be synced in a concurrent application where you may have state changes being applied "at the same time" so STM helps make sure the changes are atomic.
Is this fair? Or is there more to STM, for example could it replace a redux store? I know it can but should it?
Is this fair? Or is there more to STM, for example could it replace a redux store? I know it can but should it?
