ZupIT / nimbus-compose

Library for enabling Server Driven UI in Jetpack Compose
Apache License 2.0
19 stars 8 forks source link

Fix/recomposition #29

Closed Tiagoperes closed 2 years ago

Tiagoperes commented 2 years ago

Makes ComponentData immutable and considers it equal to another when their property map are equivalent. This is important so we can have smart recomposition, i.e. run the composable function again only if any of its properties changed.