Declarative over imperative
Describe what goes on the slide, not where every pixel lands.
The engine handles layout. This is the same shift React brought to UI development: components instead of DOM manipulation.
- Components instead of coordinates
- Layout engine owns spacing
- JSON and JSX supported