JavaScript Air Episode 018: Reactive Programming in JavaScript

preview_player
Показать описание
Object oriented programming, functional programming, reactive programming, reactive functional programming. There are so many different ways to think about the system you're building and different design patterns to follow. Join us as we talk about reactive programming in JavaScript.
Рекомендации по теме
Комментарии
Автор

I believe that the best selling point of FRP and Rxjs in particular, is that it allows you not to think about time but instead you think of a flow/process.
We used Rxjs and React without any Framework where Rxjs manages the data flow and React is the view that responds to this data flow and they match very well together.

giltig
Автор

Haha! Someone said Monadic. I was waiting for that! I thought everybody was just gonna ignore that big elephant in the room.

Its a Monad so I can assume there are monadic methods in its innards. I dont need to know its implementation details.

piq-dgvz