Event Sourcing: Reactivity Without the React Overhead

Event Sourcing: Reactivity Without the React Overhead

Articles

The fourth entry in a five-part series on event sourcing, an architectural pattern where state changes in your application are represented as a sequence of immutable events, rather than being persisted directly in the database as the current state.