Does anyone know a good design pattern to have a composable re-render after a content provider has changed?
z
Zach Klippenstein (he/him) [MOD]
01/22/2025, 10:57 PM
The same way to get a composable to update after any state has changed? Store the state in a snapshot state object, and when the source updates, write the new state into the snapshot state object.