Skip to content

Instantly share code, notes, and snippets.

@JaviLorbada
Last active April 8, 2024 18:07
Show Gist options
  • Save JaviLorbada/4a7bd6129275ebefd5a6 to your computer and use it in GitHub Desktop.
Save JaviLorbada/4a7bd6129275ebefd5a6 to your computer and use it in GitHub Desktop.
The best FRP iOS resources.

Videos

Books

Articles

Courses:

Frameworks

People to Follow

@ninokierulf
Copy link

most ReactiveCocoa 3.0 reference links are dead: https://github.com/ReactiveCocoa/ReactiveCocoa/tree/master/Documentation

@JaviLorbada
Copy link
Author

@ninokierulf thanks for pointing that out! All the links should be working now.

@TamirTwina
Copy link

https://cur.at/UKlz1D6?m=email&sid=Cqpxo9T
Beer Brewing App with FRP & Swift 2, with Agnes Vasarhelyi
From realm.io

@JaviLorbada
Copy link
Author

@TamirTwina thanks for recommending it, I just watched it and added to the list 👍

@carlosypunto
Copy link

maybe, you want to reference RxSwift's guides sites:
http://guides.rxswift.org
http://es.rxswift.org

@JaviLorbada
Copy link
Author

@carlosypunto thanks for mention it! Just added them, very useful, and the Spanish one 👌

@ashfurrow
Copy link

I'm not sure I see the http://reactivecocoa.io website linked to, but it's fairly old, so might be worth skipping.

@JaviLorbada
Copy link
Author

@ashfurrow, I dunno why that wasn't there, just added in! Thanks for mentioning! Also added Rx Community Projects 🙇

Copy link

ghost commented Jan 23, 2016

We track these errors automatically, but if the problem persists feel free to !!

@michalciurus
Copy link

This is pretty good:

http://www.thedroidsonroids.com/blog/ios/rxswift-by-examples-1-the-basics/

And I just started a series of tutorials on RxSwift called: RxSwift For Dummies

http://swiftpearls.com/RxSwift-for-dummies-1-Observables.html

@JaviLorbada
Copy link
Author

@michalciurus thanks for sharing those, indeed they are pretty helpful, I just added them to the list. 🙇

@rodrigoruiz
Copy link

rodrigoruiz commented Aug 11, 2016

Some of them are not even related to Functional Programming.
like: (Functional) Programming for Everyone

@balazsgerlei
Copy link

Hi!
I just wrote an introductionary article about RxSwift, if you think it is any good, you may include in the list:
https://blog.autsoft.hu/rxswift-on-ios-where-to-start-the-adventure/
Thanks!

@corey-lin
Copy link

Hi,
Thanks for sharing those, but I found a link that is redirected to an irrelevant article. can you check on it?
Reconsidering Functional Programming - http://kcy.me/2305h

@JaviLorbada
Copy link
Author

@corey-lin thanks for pointing that out, I just removed it, since it was not a valid resource, thanks :)

@JaviLorbada
Copy link
Author

@balazsgerlei, thanks for sharing, I just included it :)

@TheAdamBorek
Copy link

Hi!
I've written an article about RxSwift http://adamborek.com/thinking-rxswift/
If you think it is good, you may also include in the list ;)

Thank you! ;)

@JaviLorbada
Copy link
Author

@TheAdamBorek thanks for writing that, I just added it to the list :)

@keithtfs
Copy link

keithtfs commented Mar 1, 2017

I think none of the links using "kcy.me" are valid, and that's many of the links. Spammer changed the links? Or not accessible because AWS outage today?

@plasticman
Copy link

Just seconding the observation by keithtfs above: the 'kcy.me' shortcuts are all dead (78 links). Fortunately, some of them are retrievable by looking at the file history.

@alcamla
Copy link

alcamla commented Mar 7, 2017

@JaviLorbada, all the link are down now...

@JaviLorbada
Copy link
Author

@keithtfs @plasticman @alcamla I'm deeply sorry about that, I just fixed them, please let me know if there's still any link that does not work :)

@alcamla
Copy link

alcamla commented Mar 31, 2017

@JaviLorbada, thanks for the fix!

@saru2020
Copy link

First MOOC course on Udemy - "FRP + VIPER with Swift 3"

Please add it to the list.

@JaviLorbada
Copy link
Author

@saru2020 thanks, I just added it.

@danielt1263
Copy link

Another reactive library with some blog posts included: https://github.com/mattgallagher/CwlSignal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment