React hooks
 
Go to file
Tudor Stanciu da0a363429 1.1.0 - The project has been migrated to Typescript. 2023-10-31 02:55:22 +02:00
src 1.1.0 - The project has been migrated to Typescript. 2023-10-31 02:55:22 +02:00
.eslintignore 1.1.0 - The project has been migrated to Typescript. 2023-10-31 02:55:22 +02:00
.eslintrc 1.1.0 - The project has been migrated to Typescript. 2023-10-31 02:55:22 +02:00
.gitignore 1.1.0 - The project has been migrated to Typescript. 2023-10-31 02:55:22 +02:00
.npmrc 1.1.0 - The project has been migrated to Typescript. 2023-10-31 02:55:22 +02:00
.prettierrc 1.1.0 - The project has been migrated to Typescript. 2023-10-31 02:55:22 +02:00
LICENSE 1.1.0 - The project has been migrated to Typescript. 2023-10-31 02:55:22 +02:00
README.md 1.1.0 - The project has been migrated to Typescript. 2023-10-31 02:55:22 +02:00
jestconfig.json 1.1.0 - The project has been migrated to Typescript. 2023-10-31 02:55:22 +02:00
package-lock.json 1.1.0 - The project has been migrated to Typescript. 2023-10-31 02:55:22 +02:00
package.json 1.1.0 - The project has been migrated to Typescript. 2023-10-31 02:55:22 +02:00
tsconfig.json 1.1.0 - The project has been migrated to Typescript. 2023-10-31 02:55:22 +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.
1.0.1 - Small changes related to appearance (domain and readme updates).
1.1.0 - The project has been migrated to Typescript.