Create example app
Next to the demo kitchen sink app it would be cool to have one or more example apps. Some ideas:
- Todo app
- Contacts
- Product hunt
- Other ideas?
If anyone would like to give it a shot, that'd be awesome!
I think on monday, I would have some to time to do something. I'll fork the kitchen sink app and I'll give it a try
@pors at the same time that I have been doing some React 15 upgrading I have also been working on this https://github.com/johnslemmer/todos-reactionic-meteor example app that is trying to replicate https://github.com/meteor/module-todos-react example app. It is far from ready but it is a start. I'll be plugging away on it over the next little bit. Let me know how I can help.
@johnslemmer awesome John! I don't know how much time you have to work on this, but what would be really cool is to have a blog post explaining how you did it, like what Sam Corcos did here: https://medium.com/@SamCorcos/meteor-react-ionic-mobile-app-part-1-the-basic-template-9355ebf3397f#.a5fy89z20.
No need for it of course, just an idea :)
Lemme know if I can help with anything.
Not in the near future at least. Maybe later in May I'll have the cycles to really do good things for this example.
On Apr 26, 2016, at 8:29 AM, Mark Pors [email protected] wrote:
@johnslemmer awesome John! I don't know how much time you have to work on this, but what would be really cool is to have a blog post explaining how you did it, like what Sam Corcos did here: https://medium.com/@SamCorcos/meteor-react-ionic-mobile-app-part-1-the-basic-template-9355ebf3397f#.a5fy89z20.
No need for it of course, just an idea :)
Lemme know if I can help with anything.
— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub
OK. It isn't a full app example like I wanted to do. But I made a pretty thorough boilerplate that I hope helps people get started. Should especially be good for people pretty unfamiliar with this whole technology stack.
Hi everyone.
I have my app on my repo, it's pretty simple indeed.
It uses the http://www.brewerydb.com/ but in freemium mode, it limits too much.
I used meteor server to do the API calls to handle CORS.
I would need someone to do the code revision.
I think after that, if you guys want can we upload to the organization's repo.
If anyone wants to do it, I leave it here.
https://github.com/gabrielseco/brewery-app
Wow, guys, this is awesome! Both the boilerplate and the brewery app should be mentioned in the README, the GUIDE and the main project page IMO. Would you like me to do that?
@gabrielseco you can move the repo into the organization yourself (I can't do that): https://help.github.com/articles/transferring-a-repository/#transferring-from-a-user-to-an-organization It would also be nice to have it hosted somewhere. Unfortunately, MDG doesn't host if for free anymore, but maybe Heroku is an alternative? https://crater.io/posts/Ytf4qeKLxG8dschsj/no-more-free-meteor-hosting If you have your own server that might be a solution as well, I have done that with the kitchen-sink.
Yeah, link away. Also, we can transfer the boilerplate to the organization as well if you would like
On Wed, May 25, 2016 at 5:19 PM, Mark Pors [email protected] wrote:
Wow, guys, this is awesome! Both the boilerplate and the brewery app should be mentioned in the README, the GUIDE and the main project page IMO. Would you like me to do that?
@gabrielseco https://github.com/gabrielseco you can move the repo into the organization yourself (I can't do that): https://help.github.com/articles/transferring-a-repository/#transferring-from-a-user-to-an-organization It would also be nice to have it hosted somewhere. Unfortunately, MDG doesn't host if for free anymore, but maybe Heroku is an alternative? https://crater.io/posts/Ytf4qeKLxG8dschsj/no-more-free-meteor-hosting If you have your own server that might be a solution as well, I have done that with the kitchen-sink.
— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/reactionic/reactionic/issues/19#issuecomment-221745298
I'll try heroku this weekend then and when I have it, I'll transfer
@gabrielseco cool! I'll check it out in more detail after my holidays.
@johnslemmer yeah it would be great if we can put it in the organization. You are the only one who can do that, so please do. I'll link when it has found its new home :)
tried to transfer. Got this error.
You don’t have admin rights to reactionic
Ah I only added you as a collaborator of the reactionic repo, not the entire organization. You should now have received an invitation
OK. Sorry was out of touch the last few days. It is now transferred over to the org.
I plan to convert one of my ionic apps I could add when finished.
@DarrylD awesome! Let us know if we can help
made a quick demo and added redux https://github.com/DarrylD/react-ionic-redux