Skip to content

useRepos

bdbch edited this page Jul 20, 2019 · 1 revision
import { useRepos } from "@d2k/react-github";

function MyComponent() {
  const { repos, loading, error } = useRepos("nat");

  // your component
}

Introduction

Hooks

User hooks

Branch hooks

Release hooks

Other hooks

Clone this wiki locally