ComponentKit - 一个基于 React 思想的 iOS 视图框架
dy223 10年前
原文 https://github.com/非死book/componentkit
ComponentKit是iOS的一个视图框架,基于 React 思想。It takes a functional, declarative approach to building UI. It was built to power 非死book's News Feed and is now used throughout the 非死book iOS app.
Quick start
ComponentKit is available on CocoaPods. Add the following to your Podfile:
pod 'ComponentKit', '~> 0.9'
To quickly try WildeGuess, the ComponentKit demo project:
pod try ComponentKit
Learn more
- Read the Getting Started guide
- Get the sample projects
- Read the objc.io article by Adam Ernst
- Watch the @Scale talk by Ari Grant