I have a project in which the concept of mutable-s...
# compose
c
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
Should work fine. They even talked about eventually trying to break it out into its own library, although that seems unlikely / far off.
c
Thanks 🙂
z
Yea definitely doable. Don’t need the compiler plugin for this either
🙏 1