Blissful UI programming with ReactiveCocoa
venmo.github.io
Blissful UI programming with ReactiveCocoa
1–5 of 5 posts
Re: Blissful UI programming with ReactiveCocoa
#2In the second part they do something like this, but the syntax is just strange to me, compared to: https://developer.apple.com/library/mac/documentation/cocoa/...:
Re: Blissful UI programming with ReactiveCocoa
#31) Are there any performance gotchas or things to look out for when embracing ReactiveCocoa? One thing thats stuck with me as I read is making sure to understand and keep and eye on memory management, even after embracing ARC. Is debugging ReactiveCocoa code any different than the normal imperative way?
2) What parts of an app shouldn't be handled with FRP? Should everything fit into the framework or is a code smell to handle things both ways?
3) I'm a Ruby Dev and I'm looking hard at RubyMotion as a good toolchain for iOS Dev. It looks like ReactiveCocoa and Rubymotion can play well together[1], but is this a hack? Is there any issue with using Rubymotion and ReactiveCocoa together. Seems like a great fit, but perhaps my inexperience isn't aware of a deeper issue.
[1] http://spin.atomicobject.com/2013/06/18/reactivecocoa-rubymo...
Re: Blissful UI programming with ReactiveCocoa
#4I use ReactiveCocoa very heavily at work, and find it very useful. Just want to avoid confusing the terminology with an existing concept which is well-defined and totally different.