react-recaptcha icon indicating copy to clipboard operation
react-recaptcha copied to clipboard

Possible to inject the reCaptcha js lib into the DOM lazily?

Open dcworldwide opened this issue 5 years ago • 1 comments

Is it possible to inject the reCaptcha js lib into the DOM lazily? I don't want to slow down my main page's load time. reCaptcha is only required on a child page.

dcworldwide avatar Oct 12 '18 12:10 dcworldwide

Possibly using https://github.com/dozoisch/react-async-script

dcworldwide avatar Oct 12 '18 12:10 dcworldwide