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