Problem I’m trying to create a component that receives an array, this component is going to show a list with […]
Tag: reactive-programming
Video downloader app implemented in RxJs
Problem I have used multiple map/flatmap combinations. Could anybody help me with the review? var Rx = require(‘rx’); var RxNode […]
UIView position updates based on device motion via RxSwift
Problem I’ve created a simple function to work as a level, where the dot on screen is centered when the […]