chemiadel / idb-react-hook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IndexedDB Reactjs hook

Install

npm install idb-react-hook

Usage

  const Home = () => {
    const {db} = useIndexdb('heroes', 1)
    ...
}

About


Languages

Language:TypeScript 100.0%