Michael Egger-Zikes - Mastering Angular’s Dependency Injection | NG Belgrade Conf 2024

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

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

  • @codeSurvivor
    @codeSurvivor 10 วันที่ผ่านมา

    note that using effect should be limited to some very specific situations, and specially writing signals from an effect is discouraged.

    • @AndrewAlgabre
      @AndrewAlgabre 10 วันที่ผ่านมา

      not anymore. read the latest angular news

    • @codeSurvivor
      @codeSurvivor 9 วันที่ผ่านมา

      If you mean the last angular blog post, they exactly discourage it, even if they have removed the flag to allow signal writes. They say that other patterns should be used instead and keep effects just for some not usual use cases.