useCaptcha:Google reCAPTCHA v2的React挂钩 源码

上传:desirous_84911 浏览: 17 推荐: 0 文件:ZIP 大小:90KB 上传时间:2021-02-23 02:13:13 版权申诉
Google reCAPTCHA v2的React挂钩。 reCAPTCHA保护您免受垃圾邮件和其他类型的自动滥用的侵害。 在这里,我们说明如何将reCAPTCHA添加到您的React APP。 React挂钩 要获取sitekey您需要 示例 import React from 'react' ; import useCaptcha from 'usecaptcha' ; const sitekey = 'YOUR_SITE_KEY' ; const App = ( ) => { const [ captchaRef , execute , response ] = useC
上传资源
用户评论