facebookarchive / react-meteor

React rendering for Meteor apps
948 stars 114 forks source link

Why CDN? #43

Closed ccorcos closed 9 years ago

ccorcos commented 9 years ago

Is there any reason you add a script tag and use a CDN as opposed to packaging the js within this package? I noticed this today when I didn't have internet...

IstoraMandiri commented 9 years ago

+1 - I'd consider this a bug.

Many of my deployments are on an internal network with no internet access.

ccorcos commented 9 years ago

You can use this in the meantime:

https://github.com/ccorcos/meteor-react

This package is also not opinionated about how you integrate meteor and react. I think thats a good idea for the react official package...