I have a project in which the concept of mutable-state with snapshot management would be interesting. Would you advise using the Compose runtime for only its state management features, without using any
@Composable
function? Or would that be a bad idea for some reason I cannot see
j
jw
01/24/2024, 2:07 PM
Should work fine. They even talked about eventually trying to break it out into its own library, although that seems unlikely / far off.
c
CLOVIS
01/24/2024, 2:07 PM
Thanks 🙂
z
Zach Klippenstein (he/him) [MOD]
01/24/2024, 2:41 PM
Yea definitely doable. Don’t need the compiler plugin for this either