Back to graph Interface concept
InterfaceModule 03

View

VIEWSCOMPONENTSLOGICDATABASE

Tap a plane, or press Place order to watch one click travel down.

A screen a person looks at. Each web address maps to one view: a home page, a settings page, a detail page.

Interactive demo

Click a layer of the app

Click a layer

Views

The screens a person actually looks at. Each web address maps to one view, assembled out of components.

How a click travels

component click -> logic checks the rules -> database records the change -> view re-draws with the new data

What makes this work

01

A route

One address per view

02

A layout

Where things sit on the page

03

Data

What it loads before drawing

Related concepts