Vibe.UI.Reducer (vibe v0.2.2)

Copy Markdown View Source

Pure reducer for Vibe's UI-neutral event stream.

Summary

Functions

apply_event(state, event)

@spec apply_event(Vibe.UI.State.t(), Vibe.Event.t()) :: Vibe.UI.State.t()

apply_events(state, events)

@spec apply_events(Vibe.UI.State.t(), [Vibe.Event.t()]) :: Vibe.UI.State.t()