jagi / meteor-astronomy-examples

http://astronomy.meteor.com
MIT License
18 stars 5 forks source link

[FR] React example #4

Open serkandurusoy opened 8 years ago

serkandurusoy commented 8 years ago

Given all the traction react gets, it would be great to see first-class-citizen react support (react counterparts of the spacebars helpers etc) and accompanying examples.

I'm not yet familiar with react but I'll soon be starting yet another meteor project with which I really want to give react and astronomy a go. I had been waiting for astronomy@1.0.0 for a few months now and I'm excited to try the astronomy+react combo.

lukejagodzinski commented 8 years ago

I haven't been playing with React yet but I will probably give it a try. However, it would be nice if someone (maybe you :) ) could create such example and give some feedback. I don't know if it will work with React without any problems, maybe it will. So, help in this matter would be welcome :)

serkandurusoy commented 8 years ago

Yeah, why not. I'll be starting off with the new projects in a few weeks and when I do, I'll perhaps spend the first few days trying to create an example to accompany this repo if noone beats me to it :)

mbrookes commented 8 years ago

Seconded. I've started a project with Meteor and React and would like to use Astronomy, but having bypassed Blaze I'm having a hard time grokking the example app as the syntax is unfamiliar. I'm loath to learn Blaze when I'm not going to use it, so even the most simple example with React would be very welcome.

lukejagodzinski commented 8 years ago

I will be learning React probably next week. I have a few tutorials to watch and after that I will think about making example for React. However @serkandurusoy may be first :)

mbrookes commented 8 years ago

Look forward to it. The official Meteor React tutorial is pretty straightforward. I would largely avoid getting bogged down in Flux philosophy at the outset; one way binding (props & state) is all you need to know to get started, especially given Meteor as a reactive store.

JesperWe commented 8 years ago

I have successfully converted the standard Meteor React tutorial app to Astronomy, and it's all the better for it, I think. Having React pass around Astro instances seems to work nicely.

https://github.com/JesperWe/simple-todos-react-astro