knchst / Verge

🟣 Verge is a faster and scalable flux library on iOS App (UIKit / SwiftUI) ORM built-in

Home Page:https://vergegroup.github.io/Verge/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VergeIcon

Verge

A faster and scalable flux library for iOS App - SwiftUI / UIKit

Fully documented and used in production at Eureka, Inc.
⭐️ If you like and interested in this, give it a star on this repo! We'd like to know developer's needs. ⭐️

Please see the website

swift5.2 Tests cocoapods

Requirements

  • Swift 5.2 +
  • iOS 10 +
  • UIKit and SwiftUI

Verge

Verge is a performant flux based state management library for iOS.

Please see the website: https://vergegroup.github.io/Verge/

Motivation

Verge focuses use-cases in the real-world

Recently, we could say the unidirectional data flow is a popular architecture such as flux.

Does flux architecture have a good performance?

It depends. The performance will be the worst depends on how it is used.

However, most of the cases, we don't know the app we're creating how it will grow and scales.
While the application is scaling up, the performance might decrease by getting complexity.
To keep performance, we need to tune it up with several approaches.
Considering the performance takes time from the beginning.
it will make us be annoying to use flux architecture.

Verge is designed for use from small and supports to scale.

Setting Verge up quickly, and tune-up when we need it.

Verge automatically tune-up and shows us what makes performance badly while development from Xcode's documentation.

For example, Verge provides these stuff to tune performance up.

Supports volatile events

We use an event as Activity that won't be stored in the state.
This concept would help us to describe something that is not easy to describe as a state in the client application.

Installation

CocoaPods

VergeStore

pod 'Verge/Store'

VergeORM

pod 'Verge/ORM'

VergeRx

pod 'Verge/Rx'

These are separated with subspecs in Podspec.
After installed, these are merged into single module as Verge.

To use Verge in your code, define import decralation following.

import Verge

SwiftPM

Verge supports also SwiftPM.

Author

🇯🇵 Muukii (Hiroshi Kimura)

License

Verge is released under the MIT license.

About

🟣 Verge is a faster and scalable flux library on iOS App (UIKit / SwiftUI) ORM built-in

https://vergegroup.github.io/Verge/

License:MIT License


Languages

Language:Swift 96.6%Language:Objective-C 1.9%Language:Ruby 1.5%