MERLin
MERLin copied to clipboard
A framework to build an event based, reactive architecture for swift iOS projects
MERLin' is a reactive framework that aims to simplify the adoption of an events based architectural style within an iOS app. It emphasise the concept of modularity, taking to the highest level the principle of separation of concerns.
MERLin' uses RxSwift to power the chosen messaging design pattern which is Publish-subscribe.
With high modularity comes high testability, control over dependencies and a lower build time.
For more please read our wiki.
Wanna talk with us and ask for more information? Join our slack channel
External Resources
- Medium -> Events Driven Architectures with MERLin
- About our Events -> Swift Enums, Mind the Gap: EnumKit to the Rescue