facebookarchive / react-meteor

React rendering for Meteor apps
948 stars 113 forks source link

Update to React 0.9.0 #14

Closed cdinu closed 10 years ago

cdinu commented 10 years ago

It would be great if the package would be updated to get the newest features in React v0.9.

I tried to fork the package and do it myself, but it seems to be harder than I thought initially:

After doing this I get errors when trying to run the example and in my app.

Spendar89 commented 10 years ago

@cdinu you need to update package.json as well

cdinu commented 10 years ago

I did that also, but something is broken on the server side (I think it's because of react-tools) where React variable is undefined. (checked with a console.log). It seems that react-tools have changed something in this version.

benjamn commented 10 years ago

Just upgraded to v0.10.0 via #15 and b9776ebde77e542056eb1bb52acef87be13d4578. Let me know if you have any problems (or you really need v0.9.0 instead).

cdinu commented 10 years ago

Thanks!