1. Main ideas (TL;DR)
- Flet 1.0 — complete architecture overhaul (not an incremental release).
- Alongside the existing imperative approach, a declarative/reactive approach has appeared.
- UI is now described as a pure function of state:
UI = f(state). - The framework itself decides which parts of the tree to update —
update()is no longer needed. - Inspiration: React, SwiftUI, Jetpack Compose, SolidJS.
- Architectural changes: dataclasses instead of manual conversions,
[Description truncada. Veja o README completo no GitHub.]