Skip to content

1.0.0-alpha.01

Choose a tag to compare

@dmdevgo dmdevgo released this 24 Oct 19:31
· 194 commits to master since this release

First public release:

Premo

  • PresentationModel — the base class for placing presentation logic.
  • PmLifecycle — represents the lifecycle of the Presentation Model.
  • PmMessageHandler — provide communication of Presentation Models. Allows you to send a message from the child Presentation Model towards the root Presentation Model.
  • PmStateHandler — handles the saved state of the Presentation Model.

Premo-navigation

  • StackNavigator — allows you to organize a back stack of the Presentation Models.
  • SetNavigator — used to implement bottom navigation.