. Is it possible to perform a recompose based on the change of a specific key?
z
Zach Klippenstein (he/him) [MOD]
11/08/2021, 4:42 PM
Any reads of the map should get change notifications. That means you'll get change notifications for every change, even if you only read one key. If you want finer grained notifications, you could make the values mutable states.
l
Lilly
11/08/2021, 9:43 PM
okay thanks for the information @Zach Klippenstein (he/him) [MOD]