ReduxModule

fun interface ReduxModule

A reusable bundle of model and handler registrations that can be installed into a RoutingBuilder. Lets feature modules package their slice of the store; the app fixes ordering by the sequence of install calls.

Functions

Link copied to clipboard
abstract fun RoutingBuilder.contribute()

Contributes this module's models and handlers to the builder.