Swift单向数据流 ReSwift
- 授权协议: MIT
- 开发语言: Swift
- 操作系统: iOS
- 软件首页: http://reswift.github.io/ReSwift/master/
- 软件文档: https://github.com/ReSwift/ReSwift
- 官方下载: https://github.com/ReSwift/ReSwift.git
软件介绍
ReSwift是一款终极版样实现Swift单向数据流架构。
介绍
ReSwift可以帮助你把应用程序的组件分为三个重要点:
State: in a ReSwift app the entire app state is explicitly stored in a data structure. This helps avoid complicated state management code, enables better debugging and has many, many more benefits...
Views: in a ReSwift app your views update when your state changes. Your views become simple visualizations of the current app state.
State Changes: in a ReSwift app you can only perform state changes through actions. Actions are small pieces of data that describe a state change. By drastically limiting the way state can be mutated, your app becomes easier to understand and it gets easier to work with many collaborators.
安装
CocoaPods
use_frameworks! source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' pod 'ReSwift'
Carthage
github "ReSwift/ReSwift"
软件截图
软件开发者路线图
Dave H. Hoover、Adewale Oshineye / 王江平 / 机械工业出版社 / 2010年9月 / 35.00元
作为一名软件开发者,你在奋力推进自己的职业生涯吗?面对今天日新月异和不断拓展的技术,取得成功需要的不仅仅是技术专长。为了增强专业性,你还需要一些软技能以及高效的学习技能。本书的全部内容都是关于如何修炼这些技能的。两位作者Dave Hoover和Adewale Oshineye给出了数十种行为模式,来帮你提高主要的技能。 本书中的模式凝结了多年的调查研究、无数次的访谈以及来自O’Reilly在......一起来看看 《软件开发者路线图》 这本书的介绍吧!
