Thanks to visit codestin.com
Credit goes to github.com

Skip to content

haifengkao/componentkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,862 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ComponentKit

ComponentKit is a view framework for iOS that is heavily inspired by React. It takes a functional, declarative approach to building UI. It was built to power Facebook's News Feed and is now used throughout the Facebook iOS app.

It is abandoned by facebook long long time ago. I update it to be compatible with Xcode 16.3

Quick start

Add the following to your Podfile

  pod 'ComponentKit', :git => 'https://github.com/haifengkao/componentkit.git'
  pod 'RenderCore', :git => 'https://github.com/haifengkao/componentkit.git'

About

A React-inspired view framework for iOS. I hate facebook

Resources

License

Code of conduct

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Objective-C++ 69.4%
  • Objective-C 30.0%
  • C 0.3%
  • Swift 0.1%
  • Shell 0.1%
  • Ruby 0.1%