RxJS In-Depth – Ben Lesh

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

I paired on the source code with Jeff Cross and Rob Wormald for their talk and mine. It can be found here:

_benlesh
Автор

I think around 15:00 there's a mistake. He says "if you tell it to stop producing values, that's the producer telling the consumer it knows it's done, so the completion handler won't fire. The completion handler is for when the producer wants to tell the consumer that it's done successfully".

I would swap the order producer<=>consumer the first time it appears for it to make sense. When calling unsubscribe it's the consumer telling the producer "I don't care", so the completion handler is not fired (I think).

Sinewyk
Автор

Fantastic explanation of Observables! Thanks!

itsbazyli
Автор

Awesome talk. Thinking in Rx has been challenging, so these videos help a ton.

DJazium
Автор

Great presentation and comparison of promises vs observables. Plus the honesty in the final advice on not believing in any zero drawback technology :) Thanks !

codeconcept
Автор

Good talk. I need to practice rxjs alot before everything goes down my head...

HafizQutaiba
Автор

I think the term "set" is misleading, and "stream" is definitely the proper term here. The values you get from an Observable are ordered, and not necessarily unique.

Good talk, though.

mhelvens
Автор

I wonder if this technology could be applied to HTML5 videos. This could allow a good way to "stop downloading" the videos, and reconnecting in case there's a problem.

javiasilis
Автор

Anyone know if they'll add in Rx.Subject class to Angular 2?

ffreak
Автор

What presentation tool did he use to create these animations or text greying out? You can see an example of animation around 9.42

DmitryEfimenko
Автор

介绍 filter map reduce 的时候,比较了 数组操作和流操作的不同

laozi
Автор

If that was in depth, I'd hate to see a summary version.

francismazanet
Автор

Any idea which is the editor he's using?

FelipeCoury