UseReducer¶
method
cref: M:Microsoft.UI.Reactor.Core.RenderContext.UseReducer``1(``0,System.Boolean)
Summary¶
Declares a piece of state with a functional updater variant.
The updater receives the previous value and returns the next.
Cross-thread updater calls are auto-marshaled onto the captured UI dispatcher
(same semantics as UseState (guide)); pass