- Notifications
You must be signed in to change notification settings - Fork 4
useRepos
bdbch edited this page Jul 20, 2019
·
1 revision
import{useRepos}from"@d2k/react-github";functionMyComponent(){const{ repos, loading, error }=useRepos("nat");// your component}