ReactScriptLoader
ReactScriptLoader copied to clipboard
A library for creating React components that depend on external scripts.
Need a way to load an array of multiple scripts.
I have a warning in our project `npm WARN engine [email protected]: wanted: {"node":"0.10.x"} (current: {"node":"4.7.2","npm":"2.15.11"}) ` I see this code in package.json of ReactScriptLoader ` "engines": { "node": ">=0.10.x" },...
Hi, When installing ReactScriptLoader with npm with the following declarating in my `package.json` file: ``` "react-script-loader": "0.0.1", ``` I am not getting the latest version of the code, i.e there...
I am almost certain that I need ReactScriptLoader. Would it be too much to ask if you could also support CSS?
Just a little advice: change that name to something like `ReactStripeButton` because `checkout.js` defines `StripeButton`, too, so when you build the React objects the first time all is fine (because...
Getting this error. Checked it out ln 60: observer = observers[key]; should be var observer = observers[key]; ?