Kotlin Reactive Programming Patterns | Etienne Caron

preview_player
Показать описание
In this video, we'll be looking at what makes a Reactive Program tick, and I'll show you a few key Reactive patterns you can quickly use in your own projects.

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

Thanks folks! Happy to answer any questions :)

kanawish
Автор

Great video, Thanks!. Curious why are you using Channel to pass intents to the store in FlowModelStore. Why not just use reduce then offer the new value directly every time process() is called.

AmrYousef
Автор

Not really intuitive approach. Need time to get my head around. But in any case I need it to rid of RxJava and/or stop using LiveData in domain layer.

Shakenbeer