Tagged in

Reactive Programming

Fueled Engineering
Fueled Engineering
Publishing insights and discoveries on iOS and Android app development since 1982.
More information
Followers
1.2K
Elsewhere
More, on Medium

Conquering ReactiveSwift: Action (Part 6)

Welcome to Part 6 of my Conquering ReactiveSwift series. In the previous article, we learned about the Property and MutableProperty primitives. In this article, we will discuss about another primitive under the Source category which is the Action.


Wrapping Asynchronous Functions with ReactiveSwift

Introduction

ReactiveSwift makes asynchronous iOS development much easier and more powerful. However, when we use external libraries, the asynchronous functions they provide usually don’t work with our…


A Case of Not Really Using Reactive Cocoa

I have been using Functional Reactive Programming (FRP) with Reactive Cocoa (and lately Reactive Swift) in production projects for almost two years and have seen a few people adopt it. Throughout the process, we learned not only how to use FRP but also how…


`Rxify` — a simple spell for complex RxJava operators (Part -3)

If you are new to the `Rxify` spell then you should first have a look at Part1 and Part2. In this post we will learn about the term `backpressure` and some of the spells which can be used to control it. We will also look…