The compose sample shows how to use Sesame with Jetpack Compose and Decompose. Each screen demonstrates certain Sesame feature.
COUNTER - shows that we don't need property to manage Jetpack Compose state. mutableStateOf and derivedStateOf are used instead.
PROFILE - loads ordinary data with loading.
DIALOGS - shows how to use dialog and localized string.
MOVIES - loads paged data with loading.
FORM - validates input fields with compose-form.