Feature Request P2
Status Update
Comments
al...@google.com <al...@google.com> #2
Also doesn't work in AS 2024.3.2 Canary 4 and Compose 1.8.0-beta01
al...@google.com <al...@google.com>
al...@google.com <al...@google.com> #3
Andrei: Is this the same as
Description
Existing observable object systems are not provided enough information to allow them to duplicate what
mutableStateOf()
andRecomposeScope
enable. This means that they need to createmutableStateOf()
proxies if they wish to integrate which can be prohibitively expensive if used at the same scale asmutableStateOf()
.To enable this Compose should have an API that looks something like,