-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing basic examples (Where to start after getting-started) #220
Comments
Thanks @PaulTaykalo ! Totally agree. I'll give this some thought. |
I'm planning to open source a simple app I did where the view layer is entirely built with ComponentKit. I agree a bit more documentation and examples would be useful, especially around:
|
Hey @MarcoSero any updates on that app? Looking to get my hands dirty with CK and contribute a nice tutorial as well once I wrap my head around it. Any resources would be helpful : ) |
Marco pls share this would be useful On Mon, Jun 8, 2015 at 8:02 AM, Marco Sero notifications@github.com
|
@DanielRakh @markmark1 I will open source it as soon as it'll be in the App Store. Unfortunately it got rejected for some weird reason, so hold off until then. |
wow cool cant wait to see an actually working example of component kit On Fri, Jul 10, 2015 at 1:12 PM, Marco Sero notifications@github.com
|
@MarcoSero ha interesting. I'm actually building a HN Reader app too right now. Not using ComponentKit though so curious to see how it compares! |
@DanielRakh @markmark1 hey guys, now that the app is on the store I decided to open source it https://github.com/MarcoSero/HackerNews |
Epic! Thanks for sharing this. |
Thanks @MarcoSero ! Really helpful example of completely using all features of ComponentKit! |
I think there's still missing some basic examples, or tutorial on how to start from 0. I gave it a try and ended with almost the same as in Wilde Guesse, but not getting it clear yet. |
There are now several open source apps built with component kit, in addition to our existing docs and examples. Closing this out. |
Now it's really hard to dive in into componentKit, even with all that documentation and how-to's you have now
Documentation is awesome. It explains almost every aspect of each class, but it's hard to understand where to start from.
The only live example project has is Wilde Guesse.
It's good example how result project can look like, but it tells nothing about how to get to this state(what decisions were made and why etc.)
Also it will be good to have some example(s) how to use componentKit when you already have project, and want to use componentKit on one of view controller's
The text was updated successfully, but these errors were encountered: