A deep dive into RxJS subjects | Michael Hladky | Angular In Depth 2019

preview_player
Показать описание
Pretty much everyone have already used RxJS subject at some point. But can you say with confidence that you have a solid understanding of different types of subjects and its intricacies? Probably not. By diving deep into the source code of rxjs with me you will gain advanced knowledge about the different types of subjects, how to implement those on your own and all the nitty gritty details. This talk will demonstrate advanced usages of subjects, like solving multicasting problems, implementing caching, maintaining your subscribers list and even implementing your own messaging bus. This is the knowledge every Angular developer will benefit from.
Рекомендации по теме
Комментарии
Автор

"Subjects"? Why can't they ever just come up with a new word or sth. Why do they always have to use very different in a regular context meanings for very similar ones in a programming context. Why not "MulticastObservable" or "Multicastable"?

nikita.smirnov
Автор

This is definitely not a deep dive. It is more an overview with core functionality of reactive extensions.

flol