1.0.19 • Published 4 years ago

hooks-lib v1.0.19

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

hooks-lib

A strongly typed React hooks library

NPM JavaScript Style Guide

DOCS: https://hooks-lib.netlify.app/

What's all this about? 🤔

React custom hooks allow us to abstract components logic into single reusable functions. The result of this architecture is a more readable, reusable, and durable way of writing React code.

Since I found myself copy and pasting a lot of the same logic throughout projects, I decided to pull that logic into one central location. This is my personal collection of (hopefully) useful React hooks that might also help other devs to speed up their development process.

Install

npm install --save hooks-lib
yarn add hooks-lib

License

MIT © r-oland


1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.11

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago