react-async-script-loader icon indicating copy to clipboard operation
react-async-script-loader copied to clipboard

A decorator for script lazy loading on react component

Results 24 react-async-script-loader issues
Sort by recently updated
recently updated
newest added

I am trying to use this guide here (http://cubettech.com/blog/integrating-paypal-rest-api-with-react-js/) to insert a paypal button in my react app, and I am getting an error that paypal is not defined. My...

Hi! I added Typescript declarations for your library.

This library is pretty useful as it is, but having the option to dynamically generate the script URLs based on props would make it more generic. Example use case: you...

Not clear how this method is used, are there any examples anywhere?

hoist-non-react-statics requires 2.5.0 to work with newer versions of react. react 16.3+ | >= 2.5.0

Detailed: The modules in use on this project were seriously out of date, and represented a potential security risk on websites currently using it. I have updated all modules to...

Hey guys, I have an issue related to versioninig in CentosRHEL7, I use react 15.6.1 and react-google-recaptcha which relay on `react-async-script-loader` here's my configuration. ` "dependencies": { "react": "^15.6.1", "react-awesome-modal":...

It's cool to use this method alone, as part of chain or with [react-loadable](https://github.com/jamiebuilds/react-loadable), like that ```javascript Loadable.Map({ loader: { Map: () => import('./Map'), GoogleMapApi: () => startLoadingScripts('https://maps.googleapis.com/maps/api'), }, render(loaded,...