- Introduction to Functional Programming Johannes Weiß - https://vimeo.com/100786088
- ReactiveCocoa at MobiDevDay Andrew Sardone - https://vimeo.com/65637501
- The Future Of ReactiveCocoa Justin Spahr-Summers - https://www.youtube.com/watch?v=ICNjRS2X8WM
- Enemy of the State Justin Spahr-Summers - https://www.youtube.com/watch?v=7AqXBuJOJkY
- WWDC 2014 Session 229 - Advanced iOS Application Architecture and Patterns Andy Matuschak - https://developer.apple.com/videos/play/wwdc2014/229/
- Functioning as a Functionalist Andy Matuschak - https://www.youtube.com/watch?v=rJosPrqBqrA
- Controlling Complexity in Swift Andy Matuschak - https://realm.io/news/andy-matuschak-controlling-complexity/
- Functional and reactive programming with Swift Ash Furrow - https://www.youtube.com/watch?v=tRCgBuJsNtg
- Modularity à la Taliban - Jonathan Sterling - https://www.youtube.com/watch?v=kuZ5eR2JcSo
- RACify Non-Reactive Code Dave Lee - https://www.youtube.com/watch?v=sek0ohbboNU
- Expressive Objective-C Dave Lee - https://www.youtube.com/watch?v=T22jRl92IzI
- Immutable Models on iOS Adam Ernst - https://www.youtube.com/watch?v=DK3vO3fUnlo
- ReactiveCocoa and Swift: Better Together Colin Eberhardt - https://realm.io/news/swift-summit-colin-eberhardt-reactivecocoa/
- Back to the Futures Javi Soto - https://realm.io/news/swift-summit-javier-soto-futures/
- Functional Programming in Swift Chris Eidhof - https://realm.io/news/functional-programming-swift-chris-eidhof/
- Protocol-Oriented Programming in Swift WWDC 2015 - https://developer.apple.com/videos/play/wwdc2015/408/
- Building Better Apps with Value Types in Swift WWDC 2015 - https://developer.apple.com/videos/play/wwdc2015/414
- (Functional) Programming for Everyone Daniel Steinberg - https://realm.io/news/swift-summit-daniel-steinberg-functional-programming-for-everyone/
- Practical Declarative Programming Kyle Fuller - https://www.youtube.com/watch?v=XSeMyqoMNNk
- Functional Reactive Awesomeness With Swift! Ash Furrow - https://realm.io/news/altconf-ash-furrow-functional-reactive-swift/
- Reactive Cocoa and RX Principles 101 Uri Baghin - https://vimeo.com/121126582
- Functional Reactive Programming in an Imperative World Nacho Soto - https://realm.io/news/nacho-soto-functional-reactive-programming/
- Beer Brewing App with FRP & Swift 2 Agnes Vasarhelyi- https://realm.io/news/agnes-vasarhelyi-beer-app-frp-swift-2/
- Functional Swift Conference 2015 - http://2015.funswiftconf.com/
- Functional Reactive Programming with RxSwift Maximilian Alexander - https://realm.io/news/slug-max-alexander-functional-reactive-rxswift/
- Eidolon: Code Review Ash Furrow - https://www.youtube.com/watch?v=LAAMk7oLrmg
- Simple Asynchronous Swift code with ReactiveCocoa 4 Javi Soto - https://www.skilled.io/u/javiersoto/simple-asynchronous-swift-code-with-reactivecocoa-4
- The State of Statelessness Hannes Verlinde - https://realm.io/news/pragma-hannes-verlinde-statelessness-react-native/
- What is Functional Programming? Kris Jenkins - https://www.youtube.com/watch?v=tQRtTSIpye4
- Monads are not Monsters Junior Bontognali - https://www.youtube.com/watch?v=vg7cOF30Svo
- Reactive Programming with RxSwift Scott Gardner - https://realm.io/news/altconf-scott-gardner-reactive-programming-with-rxswift/
- Swift & ReactiveX – Asynchronous Event-Based Funsies with RxSwift Aaron Douglas - https://vimeo.com/182644061
- I create iOS apps, is RxSwift for me? Marin Todorov - https://realm.io/news/tryswift-Marin-Todorov-I-create-iOS-apps-is-RxSwift-for-me/
- Finding Happiness in Functional Programming Brandon Williams - https://www.youtube.com/watch?v=A0VaIKK2ijM
- Swift and the Legacy of Functional Programming Rob Napier - https://realm.io/news/tryswift-rob-napier-swift-legacy-functional-programming/
- RxSwift on iOS Marin Todorov - http://www.thedotpost.com/2017/01/marin-todorov-rxswift-on-ios
- Functional Reactive Programming on iOS - https://leanpub.com/iosfrp/
- Functional Programming in Swift - https://www.objc.io/books/functional-swift/
- ReactiveCocoa Book - https://leanpub.com/reactivecocoa-book
- RxSwift - https://store.raywenderlich.com/products/rxswift
- Input and Output - http://joshaber.github.io/2013/02/11/input-and-output/
- What Is Functional Programming? - http://blog.jenkster.com/2015/12/what-is-functional-programming.html
- The introduction to Reactive Programming you've been missing - https://gist.github.com/staltz/868e7e9bc2a7b8c1f754
- An introduction to functional programming - https://maryrosecook.com/blog/post/a-practical-introduction-to-functional-programming
- RxMarbles: Interactive diagrams of Rx Observables - http://rxmarbles.com/
- RACMarbles: Interactive diagrams for ReactiveCocoa - http://neilpa.me/rac-marbles/
- Why Reactive(Cocoa)? - http://www.sprynthesis.com/2014/06/15/why-reactivecocoa/
- ReactiveCocoa and MVVM, an Introduction - http://www.sprynthesis.com/2014/12/06/reactivecocoa-mvvm-introduction/
- Basic MVVM with ReactiveCocoa - http://cocoasamurai.blogspot.nl/2013/03/basic-mvvm-with-reactivecocoa.html
- Reactive Programming on Objective-C - https://yalantis.com/blog/reactive-programming-on-objective-c/
- The Value of ReactiveCocoa - https://www.dzombak.com/blog/2014/02/the-value-of-reactivecocoa.html
- A Practical Introduction to Functional Programming - Now with Swift! - http://harlankellaway.com/blog/2015/08/10/swift-functional-programming-intro
- How I Learned to Write Custom Signals in Reactive Cocoa - https://yalantis.com/blog/how-i-learned-to-write-custom-signals-in-reactive-cocoa/
- MVC, MVVM, FRP, And Building Bridges - http://cocoamanifest.net/articles/2013/10/mvc-mvvm-frp-and-building-bridges.html
- A First Look at ReactiveCocoa 3.0 - http://blog.scottlogic.com/2015/04/24/first-look-reactive-cocoa-3.html
- An Introduction to ReactiveCocoa - https://nomothetis.svbtle.com/an-introduction-to-reactivecocoa
- ReactiveCocoa 3.0 - Signal Producers and API clarity - http://blog.scottlogic.com/2015/04/28/reactive-cocoa-3-continued.html
- MVVM With ReactiveCocoa 3.0 - http://blog.scottlogic.com/2015/05/15/mvvm-reactive-cocoa-3.html
- iOS Architecture Patterns - https://medium.com/ios-os-x-development/ios-architecture-patterns-ecba4c38de52#.r17e4myhv
- ReactiveCocoa vs RxSwift - pros and cons? - http://stackoverflow.com/questions/32542846/reactivecocoa-vs-rxswift-pros-and-cons
- Transitioning to ReactiveCocoa 4 - https://spin.atomicobject.com/2015/10/26/reactivecocoa-4-differences/
- ReactiveCocoa vs RxSwift - https://www.raywenderlich.com/126522/reactivecocoa-vs-rxswift
- MVVM in Swift - http://artsy.github.io/blog/2015/09/24/mvvm-in-swift/
- Upgrading to RxSwift - http://artsy.github.io/blog/2015/12/08/reactive-cocoa-to-rxswift/
- Dependency Injection in MVVM Architecture with ReactiveCocoa - Intro | Project Setup | Designing the Model | Implementing the View and ViewModel | Asynchronous Image Load
- Modern application architectures (Reactive programming, MVVM and beyond) - https://slack-files.com/T051G5Y6D-F0HABHKDK-8e9141e191
- What are examples of hot and cold signal in ReactiveCocoa? - http://stackoverflow.com/questions/29374792/what-are-examples-of-hot-and-cold-signal-in-reactivecocoa
- Hot and Cold Observables - http://www.introtorx.com/content/v1.0.10621.0/14_HotAndColdObservables.html
- Why FRP? - http://codeplease.io/2016/01/08/why-frp/
- RACNest - Form - https://github.com/RACCommunity/RACNest/blob/master/Documents/1_form.md
- RxSwift at first sight - https://blog.alltheflow.com/rxswift-at-first-sight/
- Split laps timer with RxSwift and RxCocoa - Part 1 | Part 2
- Functional Reactive Intuition - Swift edition - http://itchingpixels.com/blog/functional-reactive-intuition-swift/
- Younger self - http://codeplease.io/2016/04/04/what-i-wished-younger-me-knew/
- Climbing the Reactive Learning Curve - https://medium.com/@clozach/climbing-the-reactive-learning-curve-4a03fa8d17ae
- The Reactive Revolution of Swift - https://sideeffects.xyz/2016/the-reactive-revolution-of-swift/
- ReactiveCocoa vs RxSwift - https://ashfurrow.com/blog/reactivecocoa-vs-rxswift/
- Be Reactive my friend - https://medium.com/@pepibumur/be-reactive-my-friend-715310e4e32e#.3bsdvjb0u
- RxSwift by Examples The basics. - Observable and the Bind. - Networking. - Multithreading.
- RxSwift For Dummies 🐣 - Observables - Part2
- RxSwift on iOS - https://blog.autsoft.hu/rxswift-on-ios-where-to-start-the-adventure/
- Functional programming with Swift 3 - https://medium.com/ios-development-with-swift-3/functional-reactive-programming-in-swift-f67a0939266b#.gnoe45b3g
- What is reactive programming and why should I use it? - https://www.cocoawithlove.com/blog/reactive-programming-what-and-why.html
- Thinking in RxSwift - http://bit.ly/2lfG51W
- Reactive programming from scratch - http://www.thomasvisser.me/2016/11/28/reactive-from-scratch/
- So You Want to be a Functional Programmer Part 1 - Part 2 - Part 3 - Part 4 - Part5 - Part 6
- Justin Spahr-Summers - @jspahrsummers
- Josh Abernathy - @joshaber
- Rob Rix - @rob_rix
- Dave Lee - @kastiglione
- Andy Matuschak - @andy_matuschak
- Robb Böhnke - @DLX
- Ash Furrow - @ashfurrow
- Chris Eidhof - @chriseidhof
- Javier Soto - @javi
- Nacho Soto - @nachosoto
- Danny Greg - @dannygreg
- Indragie Karunaratne - @indragie
- Colin Eberhardt - @ColinEberhardt
- Jon Sterling - @jonsterling
- Johannes Weiß - @johannesweiss
- Alexandros Salazar - @nomothetis
- Marco Sero - @marcosero
- Rui Peres - @Peres
- Neil Pankey - @npankey
- Maximilian Alexander - @mbalex99
- Hannes Verlinde - @hverlind
- Junior Bontognali - @bontoJR
- Krunoslav Zaher - @KrunoslavZaher