All Projects → Hardtack → RxMVC-Swift

Hardtack / RxMVC-Swift

Licence: MIT license
Unidirectional MVC with ReactiveX

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to RxMVC-Swift

Ios Architecture
A collection of iOS architectures - MVC, MVVM, MVVM+RxSwift, VIPER, RIBs and many others
Stars: ✭ 901 (+935.63%)
Mutual labels:  mvc, rxswift
ios-architecture-example
Architecture pattern simple examples in iOS. You can compare differences in MVC, MVP, MVVM-Delegate and MVVM-Rx for same feature
Stars: ✭ 16 (-81.61%)
Mutual labels:  mvc, rxswift
swift-boilerplate
Clean Architecture for iOS projects (Swift + Programmatically UI + MVC + RxSwift + Auto Layout Visual Format + REST + JWT)
Stars: ✭ 14 (-83.91%)
Mutual labels:  mvc, rxswift
KDInstagram
Instagram Clone built in Swift. Utilize three design patterns in three major modules.
Stars: ✭ 119 (+36.78%)
Mutual labels:  mvc, rxswift
aboon-ios
aboonは二人から始まるiOSクーポンアプリです。
Stars: ✭ 15 (-82.76%)
Mutual labels:  rxswift
simple-mvc
Simple push & pull MVC framework to realize a test-driven experience.
Stars: ✭ 24 (-72.41%)
Mutual labels:  mvc
Moya-Gloss
Gloss bindings for Moya
Stars: ✭ 37 (-57.47%)
Mutual labels:  rxswift
sinatras-skeleton
Basic Sinatra Skeleton MVC CRUD App with Sprockets, Warden, ActiveRecord and PostgresQL
Stars: ✭ 13 (-85.06%)
Mutual labels:  mvc
Social-Network
Twitter like Social network written in ASP.NET MVC5
Stars: ✭ 23 (-73.56%)
Mutual labels:  mvc
RxReusable
Reusable cells and views for RxSwift
Stars: ✭ 23 (-73.56%)
Mutual labels:  rxswift
Polyel-Framework
⚡️ Voltis Core: A PHP framework based on Swoole from the ground up
Stars: ✭ 22 (-74.71%)
Mutual labels:  mvc
puremvc-delphi-standard-framework
A Delphi implementation of PureMVC (http://puremvc.org/)
Stars: ✭ 44 (-49.43%)
Mutual labels:  mvc
spring-web-initializr
Spring Web Initializr is a library that helps you easily create Web Apps with Spring Boot.
Stars: ✭ 16 (-81.61%)
Mutual labels:  mvc
WhatFilm
Simple iOS app using TMDb API and RxSwift
Stars: ✭ 35 (-59.77%)
Mutual labels:  rxswift
RxCocoa-Texture
RxCocoa Extension Library for Texture.
Stars: ✭ 98 (+12.64%)
Mutual labels:  rxswift
ubereats-api
🍕 ubereats api for the ios: Express.js and Yelp api
Stars: ✭ 20 (-77.01%)
Mutual labels:  mvc
RouteManager
iOS模块化,模块间解耦,路由中心设计
Stars: ✭ 45 (-48.28%)
Mutual labels:  mvc
uJet
Umbraco Jet (uJet) is a Code First approach to building MVC applications in Umbraco 7.
Stars: ✭ 16 (-81.61%)
Mutual labels:  mvc
AspNetCoreMvcAngular
ASP.NET Core MVC with angular in MVC View OpenID Connect Hybrid Flow
Stars: ✭ 54 (-37.93%)
Mutual labels:  mvc
CLE-Architecture-Tools
A library for making view controller presentation and dismissal more functional.
Stars: ✭ 32 (-63.22%)
Mutual labels:  rxswift

RxMVC

CI Status Version License Platform

Model-View-Controller pattern with RxSwift.

Documentation

See Wiki

Mode-View-Controller

RxMVC supports to implement Model-View-Controller pattern with RxSwift like this: MVC in Wikipedia (from wikipedia)

Not this:

MVC in Wikipedia

(from apple's document)

I don't know what the original definition is. But RxMVC is targeted to upper definition.

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].