Go to file
Tyler Cloutier f6b76d1559 Made the Promise conversions public. 2017-11-20 17:22:56 -08:00
Sources/StreamKit Made the Promise conversions public. 2017-11-20 17:22:56 -08:00
Tests/StreamKitTests Added PromiseKit and removed typed error to be more inline with Swift error handling philosphies. Also see: https://github.com/ReactiveX/RxSwift/issues/650 2017-11-20 16:42:21 -08:00
.gitignore Added xcodeproj to gitignore. 2017-11-19 15:55:27 -08:00
.travis.yml no message 2016-12-26 14:45:28 -03:00
LICENSE.md Create LICENSE.md 2016-06-05 16:14:29 -07:00
Package.resolved Added PromiseKit and removed typed error to be more inline with Swift error handling philosphies. Also see: https://github.com/ReactiveX/RxSwift/issues/650 2017-11-20 16:42:21 -08:00
Package.swift Added PromiseKit and removed typed error to be more inline with Swift error handling philosphies. Also see: https://github.com/ReactiveX/RxSwift/issues/650 2017-11-20 16:42:21 -08:00
README.md Removed xcodeproj. Renamed to Reflex. Added README. 2016-07-23 20:15:23 -07:00

README.md

Reflex

Reflex is a very small and compact Functional Reactive Programming library which is used to implement the Edge event system.

It is inspired by ReactiveCocoa, but the API has been greatly reduced in scope and simplified. The Reflex API is designed so that it can also be used as a simple callback system, much like Node.js Events. No functional programming necessary.