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