React hooks
 
Go to file
Tudor Stanciu e9528df03b readme update 2023-10-31 02:10:58 +02:00
.husky initial version of react-hooks component 2022-09-07 11:20:27 +03:00
scripts initial version of react-hooks component 2022-09-07 11:20:27 +03:00
src react hooks 2022-09-07 11:24:20 +03:00
.gitignore initial version of react-hooks component 2022-09-07 11:20:27 +03:00
README.md readme update 2023-10-31 02:10:58 +02:00
package-lock.json set new domain in configs 2022-12-28 18:11:33 +02:00
package.json set new domain in configs 2022-12-28 18:11:33 +02:00

README.md

react-hooks

Introduction

react-hooks is an npm package that brings together multiple react hooks useful both in the development of the ecosystem in my home lab and for the general public.

Package installation

// with npm
npm i --save @flare/react-hooks --registry https://lab.code-rove.com/public-node-registry

// with yarn
yarn add @flare/react-hooks --registry https://lab.code-rove.com/public-node-registry

How to use the package

import { useWindowSize, useLink, useTitle } from "@flare/react-hooks";

Changelog

1.0.0 - This version includes the initial version of react-hooks package.