"Understanding TypeScript's Structural Type System" by Drew Colthorp

Поделиться
HTML-код
  • Опубликовано: 15 ноя 2024

Комментарии • 10

  • @justinkim7202
    @justinkim7202 5 лет назад +16

    This is the exactly what I was looking for for months! I couldn't figure out all these fancy cryptic typings in the TypeScript definitions of some npm modules and I finally get it now. Thank you so much for this talk!

  • @impankratov
    @impankratov 6 лет назад +6

    Very good explanation of some basic typescript capabilities!

  • @uris77
    @uris77 6 лет назад +1

    fp-ts is a good library that offers things like Maybe, Task, etc.

  • @JosephCaburnay
    @JosephCaburnay 4 года назад

    This is so awesome that liking it is not enough.

  • @nikosc
    @nikosc 4 года назад +2

    This was unexpectedly great

  • @dawid_dahl
    @dawid_dahl 10 месяцев назад

    Btw, loved the talk. Thanks a lot! 🙏🏻

  • @rrr00bb1
    @rrr00bb1 2 года назад

    This is similar to Go. You just need promises to the compiler, so that it doesn't de-reference things that don't exist.

  • @aviflax
    @aviflax 6 лет назад +1

    I loved this talk!

  • @krzysztofgrzybek6695
    @krzysztofgrzybek6695 6 лет назад

    Solid!