Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork19
Managing state is hard. Delta aims to make it simple.
License
thoughtbot/Delta
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Managing state is hard. Delta aims to make it simple.
Delta takes an app that has custom state management spread throughout all the VCsand simplifies it by providing a simple interface to change state and subscribeto its changes.
It can be used standalone or with your choice of reactive frameworkplugged in. We recommend using a reactive framework to get the most value.
The source onmaster assumes Swift 2.1
github "thoughtbot/Delta"Then runcarthage update.
Follow the current instructions inCarthage's READMEfor up to date installation instructions.
Add the following to yourPodfile:
pod'Delta',:git=>"https://github.com/thoughtbot/Delta.git"
You also need to make sure you're opting into using frameworks:
use_frameworks!Then runpod install with CocoaPods 0.36 or newer.
Add this repo as a submodule, and add the project file to your workspace. Youcan then link againstDelta.framework in your application target.
- Getting Started
- Using Reactive Extensions
- Example Application using Delta and ReactiveCocoa
- API Documentation
See theCONTRIBUTING document.Thank you,contributors!
Delta is Copyright (c) 2015 thoughtbot, inc.It is free software, and may be redistributedunder the terms specified in theLICENSE file.
Delta is maintained by Jake Craige.
Delta is maintained and funded by thoughtbot, inc.The names and logos for thoughtbot are trademarks of thoughtbot, inc.
We love open source software!Seeour other projectsorhire us to help build your product.
About
Managing state is hard. Delta aims to make it simple.
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.

