В обед самое время отвлечься и посмотреть видео с AltConf этого года про RxSwift: https://realm.io/news/altconf-scott-gardner-reactive-programming-with-rxswift/
#swift #reactive
#swift #reactive
Краткое и годное введение в реактивщину с примерами на JS. Вот прямо на пальцах про то, зачем это вообще вам нужно.
https://gist.github.com/staltz/868e7e9bc2a7b8c1f754
#reactive
https://gist.github.com/staltz/868e7e9bc2a7b8c1f754
#reactive
Gist
The introduction to Reactive Programming you've been missing
The introduction to Reactive Programming you've been missing - introrx.md
Виктор Брыксин из Яндекса стартанул серию постов про свой фреймворк для реактивщины.
https://medium.com/@bober_maniac/%D1%8F%D0%B4%D0%B5%D1%80%D0%BD%D1%8B%D0%B9-%D1%80%D0%B5%D0%B0%D0%BA%D1%82%D0%BE%D1%80-%D0%BE%D0%B1%D0%B7%D0%BE%D1%80-6b40439ec8d
#reactive
https://medium.com/@bober_maniac/%D1%8F%D0%B4%D0%B5%D1%80%D0%BD%D1%8B%D0%B9-%D1%80%D0%B5%D0%B0%D0%BA%D1%82%D0%BE%D1%80-%D0%BE%D0%B1%D0%B7%D0%BE%D1%80-6b40439ec8d
#reactive
Medium
Ядерный реактор: обзор
Disclamer: все описанное ниже является моим пониманием реактивного программирования, основанном на моем опыте и знаний. Нижеизложенное не…
Я знаю, что все ваши мысли занимает один вопрос – зачем нужен RxSwift, когда появился Combine. Повелитель стримов, рокетмен, пассивно-реактивный фанбой, 20 летний синьор Антон Назаров докопался до сути дела, посравнивал фреймворки, побенчмаркал перфоманс и немного повизионировал.
https://medium.com/@MortyMerr/will-combine-kill-rxswift-64780a150d89?postPublishedType=initial
#reactive
https://medium.com/@MortyMerr/will-combine-kill-rxswift-64780a150d89?postPublishedType=initial
#reactive
Medium
Will Combine kill RxSwift?
Combine framework was presented at WWDC2019. Let’s talk about whether something changed in our lives.
Начало отличного материала по исследованию того, как Combine обрабатывает разные эджкейсы реактивного программирования.
https://www.cocoawithlove.com/blog/twenty-two-short-tests-of-combine-part-1.html
#reactive
https://www.cocoawithlove.com/blog/twenty-two-short-tests-of-combine-part-1.html
#reactive
Cocoa with Love
22 short tests of Combine – Part 1: Protocols
This article will be the first third of my investigation into Combine, covering an effort to re-implement the three key protocols of Combine: `Publisher`, `Subscriber` and `Subscription`
Про эволюцию архитектуры, построенной с использованием Rx.
https://link.medium.com/KYJBmeI3AZ
#reactive #architecture
https://link.medium.com/KYJBmeI3AZ
#reactive #architecture
Medium
Simplifying RxSwift code
The overview of reactive architecture evolution, since the first pod ‘RxSwift’ till a few years of reactive programming.
Если вы почему-то еще не смотрите Pointfree, вот хороший бесплатный выпуск про Combine.
https://www.pointfree.co/episodes/ep80-the-combine-framework-and-effects-part-1
#reactive
https://www.pointfree.co/episodes/ep80-the-combine-framework-and-effects-part-1
#reactive
www.pointfree.co
Episode #80: The Combine Framework and Effects: Part 1
Let's explore the Combine framework and its correspondence with the Effect type. Combine introduces several concepts that overlap with how we model effects in our composable architecture. Let's get an understanding of how they work together and compare them…