derivedStateOf, produceState, snapshotFlow - Jetpack Compose Side Effects + Effect Handlers Guide

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 พ.ย. 2024

ความคิดเห็น • 6

  • @Prashanth-wg1yh
    @Prashanth-wg1yh 10 หลายเดือนก่อน

    Stumbled across this channel as i was searching for a video to understand the Disposable Effects . Ended up watching all the videos in this playlist. Time really well spent. Thank you very much for the effort put in to create such videos

  • @karimelbahi1725
    @karimelbahi1725 2 ปีที่แล้ว +2

    keep up, man!

  • @vladk3524
    @vladk3524 2 ปีที่แล้ว

    nice video. thanks

  • @pheroqt1238
    @pheroqt1238 ปีที่แล้ว +1

    Hi, I'd love to see you code your custom effect handlers. Thanks the great playlist!

  • @SiamakAshrafi
    @SiamakAshrafi 2 ปีที่แล้ว +1

    Great playlist. Thanks!

  • @rollebonmarquis7574
    @rollebonmarquis7574 ปีที่แล้ว

    One small remark, @4:11, this example didn't work for me, unless I add snapshotFlow {color.value}... instead of just "color"... As far as I understand, it is in that block that we need to read whatever it's going to change, so that we can emit a new value to the flow.