ComponentKit by Facebook: A React-Inspired View Framework for iOS
1–10 of 56 posts
Re: ComponentKit by Facebook: A React-Inspired View Framework for iOS
#2Re: ComponentKit by Facebook: A React-Inspired View Framework for iOS
#3Is this react native or is it a side project?
Re: ComponentKit by Facebook: A React-Inspired View Framework for iOS
#4Re: ComponentKit by Facebook: A React-Inspired View Framework for iOS
#5As long as they can't describe it without citing React, this is going to confuse people. At the very least, the logline should mention Obj-C/Swift/Cocoa to differentiate the projects.
Re: ComponentKit by Facebook: A React-Inspired View Framework for iOS
#6Great initiative by the Facebook team. Anyone knows if there's a similar framework for Android? (declarative description of the UI, rendering based on immutable models, single data flow, etc)
Re: ComponentKit by Facebook: A React-Inspired View Framework for iOS
#7Re: ComponentKit by Facebook: A React-Inspired View Framework for iOS
#8"ComponentKit is built on Objective-C++. There is no easy way to interoperate with Swift since Swift cannot bridge to C++."
Re: ComponentKit by Facebook: A React-Inspired View Framework for iOS
#9http://componentkit.org/docs/why-cpp.html
Anyone else have an opinion on this? Seems unusual for a iOS framework, especially going forward, but the reasons sound sensible enough.
Re: ComponentKit by Facebook: A React-Inspired View Framework for iOS
#10This is a great idea, but the fact that it's implemented in Objective-C++ is a deal-breaker for me since I'm starting to use Swift in my iOS projects. From the docs: "ComponentKit is built on Objective-C++. There is no easy way to interoperate with Swift since Swift cannot bridge to C++."
https://github.com/foundry/OpenCVSwiftStitch
So it is possible.