reactionic icon indicating copy to clipboard operation
reactionic copied to clipboard

Create example app

Open pors opened this issue 10 years ago • 16 comments

Next to the demo kitchen sink app it would be cool to have one or more example apps. Some ideas:

If anyone would like to give it a shot, that'd be awesome!

pors avatar Mar 28 '16 08:03 pors

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

gabrielseco avatar Mar 29 '16 18:03 gabrielseco

@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 avatar Apr 26 '16 03:04 johnslemmer

@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.

pors avatar Apr 26 '16 12:04 pors

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

johnslemmer avatar Apr 26 '16 12:04 johnslemmer

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.

johnslemmer avatar May 14 '16 20:05 johnslemmer

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

gabrielseco avatar May 25 '16 18:05 gabrielseco

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.

pors avatar May 26 '16 00:05 pors

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

johnslemmer avatar May 26 '16 00:05 johnslemmer

I'll try heroku this weekend then and when I have it, I'll transfer

gabrielseco avatar May 26 '16 06:05 gabrielseco

@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 :)

pors avatar May 26 '16 09:05 pors

tried to transfer. Got this error.

You don’t have admin rights to reactionic

johnslemmer avatar May 26 '16 18:05 johnslemmer

Ah I only added you as a collaborator of the reactionic repo, not the entire organization. You should now have received an invitation

pors avatar May 27 '16 01:05 pors

OK. Sorry was out of touch the last few days. It is now transferred over to the org.

johnslemmer avatar May 30 '16 19:05 johnslemmer

I plan to convert one of my ionic apps I could add when finished.

DarrylD avatar Jun 05 '16 13:06 DarrylD

@DarrylD awesome! Let us know if we can help

pors avatar Jun 06 '16 07:06 pors

made a quick demo and added redux https://github.com/DarrylD/react-ionic-redux

DarrylD avatar Jun 10 '16 02:06 DarrylD