Declarative UI: Difference between revisions
Created page with "In declarative UI programming, you application code is the source of truth for all state. When the user interacts with your UI, events propagate from the UI to your application which updates the state. Once the state is updated, the UI is rerendered based on the new state. Like other declarative paradigms, the UI library will then perform diffs to reconcile the change in UI with the current UI. Since the application is the ground truth for state, any mismatched UI state..." |
(No difference)
|