Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 491 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 491 Bytes

Compose a UI using page morphs

How?

  • UI components ("templates") are inserted/removed using two reflex actions, and are identified by uuids
  • The session is used to persist/manage them

Caveat

Note that in a real-world app, you'd probably want to use model partials and empty model instances to construct your UI (the Template class acts as a stand-in for both model and partial)

Variations

Use kredis as ephemeral persistence store