Skip to content

useTaggedRelease

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

function MyComponent() {
  const { release, loading, error } = useTaggedRelease(
    "facebook",
    "react",
    "v16.8.4"
  );

  // your component
}

Introduction

Hooks

User hooks

Branch hooks

Release hooks

Other hooks

Clone this wiki locally