Event
interfaceAn immutable record of a single write. Events are the only way state changes: `emit(channel, type, payload)` constructs one, the store stamps it with a unique `id`, and reducers fold it into slice state.
An immutable record of a single write. Events are the only way state changes: `emit(channel, type, payload)` constructs one, the store stamps it with a unique `id`, and reducers fold it into slice state.