5 patterns · 61 working examples
Your mobile app's screens all follow one organization — lists, details, and menus derived from a single source — so every screen feels like the same app.
5 patterns · 61 working examples
These aren't chapter titles — each one is an enforced rule your AI builds against. And the patterns don't just teach the shape: the working examples are real code that lands in your project.
Organizing list and manage screens as siblings instead of nesting them
Keeping per-entity nav config from being copy-pasted across every screen
Deciding whether a definition or a piece of state lives in shared or app code
Breaking a screen into orchestrator and leaf parts without over-splitting
Resolving which workspace a multi-tenant user lands in on open
Three screens in, the app has three different navigation styles.