Reactive Frontends with RxJS and Angular - Sergi Almar

preview_player
Показать описание
Reactive programming has changed the way we develop modern applications. If you are a Java backend developer you might be already familiar with this paradigm and the new Spring 5 support. But what about the frontend? We want to build clean, testable, and scalable apps. The good news is that we can reuse the knowledge, the concepts are universal.

In this presentation we’ll introduce the fundamentals of RxJS and see how to manage data streams like UI events, async HTTP requests, WebSockets / SSE…in a uniform way. Let RxJS do the heavy lifting.

Angular embraces and makes heavy use of RxJS, we’ll see how to use them together with practical examples on common problems.

Sergi Almar, Spring Certified Instructor, Independent
Filmed at SpringOne Platform 2017
Рекомендации по теме
Комментарии
Автор

Sergi, you are a master of explanation! Thanks again!

EdwardBriggler
Автор

the best video on rxjs with angular, thanks a lot Almar for clearing all concepts, waiting for more videos from you like this on Angular

shivakrishna
Автор

One of the best talks I saw this year (I mean in 2017) Happy new year to all

raul
Автор

Beautifully explained. Thanks a lot, Sergi.

sssthegreat
Автор

A lot of information to digest, but this made a lot of concepts much clearer to me in Spring 5. I especially liked the diagrams!

chrisjansen
Автор

I know this is not a typescript tutorial, but how can you pass parameters to methods by name? As I see the only supported way is with destructuring.

GaborVerebes
Автор

1:41 I think there is a mistake with content. *Observables* -> Obervables

khoatranngoc