Skip to content

Commit

Permalink
Merge pull request #131 from dkhamsing/patch-1
Browse files Browse the repository at this point in the history
Add RxSwift by @kzaher
  • Loading branch information
matteocrippa committed May 11, 2015
2 parents 49e52c9 + b87287a commit 1f3b810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -418,6 +418,7 @@ Feel free to contribute!
* [ReactKit](https://github.com/ReactKit/ReactKit) - Swift Reactive Programming.
* [Result](https://github.com/antitypical/Result) - Swift type modelling the success/failure of arbitrary operations.
* [Runes](https://github.com/thoughtbot/Runes) - Functional operators for Swift - flatMap, map, apply, pure
* [RxSwift](https://github.com/kzaher/RxSwift) - Microsoft Reactive Extensions (Rx) for Swift and iOS/OSX platform.
* [SpecificationPattern](https://github.com/neoneye/SpecificationPattern) - chainable rules useful for form validation.
* [SpriteKit+Spring](https://github.com/ataugeron/SpriteKit-Spring) - SpriteKit API reproducing UIView's spring animations with SKAction.
* [SwiftBitmask](https://github.com/brynbellomy/SwiftBitmask) - `Bitmask<T>` type intended as a replacement for `RawOptionSet`.
Expand Down

1 comment on commit 1f3b810

@kzaher
Copy link

@kzaher kzaher commented on 1f3b810 May 12, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, I've just seen email with notification about this. Awesome for including this into awesome swift.

I'm just not sure if utilities is the right place.

I've read headers from README.md, and it probably fits best at "Events" section?

The problem with RxSwift and other reactive frameworks is that it is abstraction that unifies multiple old abstractions like Observers, Events, Delegates, KeyObserving, Async Operations, Promises, Futures ...

I see that there are other reactive frameworks in the utility section like
https://github.com/ReactKit/ReactKit
and other reactive frameworks are in events section
https://github.com/SwiftBond/Bond
https://github.com/artman/Signals
...

Maybe it would be a good idea to create section called Reactive Frameworks? Just a suggestion.

Please sign in to comment.