Let Signals in OCaml - Rizo Isrof - FUN OCaml 2024

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

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

  • @chshersh
    @chshersh 10 วันที่ผ่านมา +2

    Amazing talk! I'm not familiar with React, and I feel that many ideas here are inspired by reactive programming. It's nice to see how plain OCaml features can support all this stuff :)

  • @fjolliton
    @fjolliton 19 ชั่วโมงที่ผ่านมา

    About the React code example at 6:11, typically you would write setCount(count => count + 1), which gives you the expected behavior. (To clarify, with the empty dependency array passed to useEffect, it is not executing the code once as said, but repeatedly setting the count to 1 every second, because it is referencing the initial value of count captured by the closure.)

  • @FUNOCaml
    @FUNOCaml  หลายเดือนก่อน +1

    If you're unsure what a signal is, and what to do with it, this is a great talk to watch!
    Btw, if you want to help us reach more people, you definitely want to like and subscribe. 🧡🐫

  • @victoriqueMoe
    @victoriqueMoe หลายเดือนก่อน

    h