Expand description
Layout Engine — Taffy integration for Flexbox + CSS Grid computation.
The layout engine owns the Taffy tree and computes absolute positions for every node. It runs on a background thread (layout can be expensive) and produces a LayoutResult that the mount phase consumes.
Structs§
- Computed
Layout - Computed layout for a single node — absolute screen coordinates.
- Edges
- Layout
Engine - Layout
Style - Framework-level layout style (what the developer writes in JSX). This is a subset of CSS that maps cleanly to Taffy.