Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Brightify/Reactant

Reactant is a reactive architecture for iOS
https://github.com/Brightify/Reactant

ios rxswift swift

Last synced: about 2 months ago
JSON representation

Reactant is a reactive architecture for iOS

Lists

README

        

# Reactant

Reactant is a foundation for rapid and safe iOS development. It allows you to cut down your development costs by improving reusability, testability and safety of your code, especially your UI. Check our our [quick-start guide][quick-start] to learn more.

[![CI Status](https://img.shields.io/travis/Brightify/Reactant.svg?style=flat)](https://travis-ci.org/Brightify/Reactant)
[![Version](https://img.shields.io/cocoapods/v/Reactant.svg?style=flat)][reactant-cocoapods]
[![License](https://img.shields.io/cocoapods/l/Reactant.svg?style=flat)][reactant-cocoapods]
[![Platform](https://img.shields.io/cocoapods/p/Reactant.svg?style=flat)][reactant-cocoapods]
[![Apps](https://img.shields.io/cocoapods/at/Reactant.svg?style=flat)][reactant-cocoapods]
[![Slack Status](https://swiftkit.brightify.org/badge.svg)][slack]

## Requirements

* iOS 9.0+
* Xcode 8.0+
* Swift 3.0+

**NOTE**: We have experimental support for *macOS* platform in `macOS` branch, but it's incomplete and definitely not recommended for production. Our plan is to add full `macOS` support in near future.

## Communication
Feel free to reach us on Slack! [https://swiftkit.brightify.org/][slack]

## Get Started
Head to our [quick-start guide][quick-start] to learn how Reactant works and what it can do to decrease your development costs!

## Versioning
This library uses semantic versioning. We won't introduce any breaking changes without releasing a new major version. Our main goal is to keep the API as stable as possible. We build our applications on top of Reactant as well and we absolutely hate any breaking changes.

## Authors
* Tadeas Kriz, [[email protected]](mailto:[email protected])
* Matous Hybl, [[email protected]](mailto:[email protected])
* Filip Dolník, [[email protected]](mailto:[email protected])

## Used libraries

### Runtime

* [Result](https://github.com/antitypical/Result)
* [SnapKit](https://github.com/SnapKit/SnapKit)
* [RxSwift](https://github.com/ReactiveX/RxSwift)
* [RxCocoa](https://github.com/ReactiveX/RxSwift)
* [RxOptional](https://github.com/RxSwiftCommunity/RxOptional)
* [RxDataSources](https://github.com/RxSwiftCommunity/RxDataSources)

### Tests

* [Quick](https://github.com/Quick/Quick)
* [Nimble](https://github.com/Quick/Nimble)

[quick-start]: https://docs.reactant.tech/getting-started/quickstart.html
[reactant-cocoapods]: https://cocoapods.org/pods/Reactant
[slack]: https://swiftkit.brightify.org/