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