Module model

Module model 

Source
Expand description

Traits to implement on a model to allow it to interact with an application.

Traitsยง

Render
Render (or view) the model as a virtual dom.
Update
Process a message that updates the model.