Reducer
public struct Reducer<State>
A type which takes a State
and Action
returns a new State
.
-
An unique identifier used when registering/unregistering the
Reducer
on theStore
.Declaration
Swift
public let id: String