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