Search results

75 packages found

This returns the previous value of state while using functional component or any react hook.

published 1.0.2 3 years ago
M
Q
P

react-hook-assist is a versatile library of custom React hooks designed to accelerate application development by providing essential utilities for state management, side effects, data fetching, and performance optimization. With react-hook-assist, develop

published 1.2.0 7 days ago
M
Q
P

useArray to work with arrays in useState and updating to the DOM.

published 1.1.2 2 years ago
M
Q
P

Returns true once all the images inside a container are loaded

published 1.0.3 4 years ago
M
Q
P

A bank of utility hooks for UI react development

published 1.0.6 3 years ago
M
Q
P

A lib to manipulate DOM using Custom Hooks

published 1.0.2 4 years ago
M
Q
P

This is the custom react hook which you can use to call the api and it will return the data,error(if any),loading status.

published 1.0.4 2 years ago
M
Q
P

Global object for easy handling of custom hooks, references and data. Bundled with an intersectionObserver

published 1.0.6 3 years ago
M
Q
P

react custom hooks library

published 0.4.0 3 years ago
M
Q
P

A library of custom react components and hooks to make life easier

published 1.2.0 3 years ago
M
Q
P

Simple custom hooks

published 1.0.6 3 years ago
M
Q
P

A React Custom Hooks Collection

published 2.0.0 4 years ago
M
Q
P

useTime takes 2 arguments, the first is the function you would like to run after the the delay, the second is the delay in milliseconds. It returns a object with clear, and rest functions to clear, or reset the timeout.

published 0.1.3 2 years ago
M
Q
P

useEventListener is a custom react hook to add and remove event listeners from the dom. First input is the listener, the second is a callback function to run when the the listener is triggered, the third is optional

published 0.1.0 2 years ago
M
Q
P

When Elements

published 0.2.2 2 years ago
M
Q
P

React hook for decoding vin against NHTSA api

published 1.0.0 a year ago
M
Q
P

useDebounce to add a delay to a action after stopping interaction. I.E. Typing into a search field, and there's a delay from stopping typing of 1 second before the search is called.

published 0.1.0 2 years ago
M
Q
P

useStorage hook stores the data in local, or session storage. It takes a key as a string argument, and a default value as a string. The hook will search the storage the key in storage for a value and return if it there is one, otherwise it will use the de

published 0.1.3 2 years ago
M
Q
P

useToggle will default to false on initialization, unless provided a initial boolean value. It will return an tuple array `[value, toggleValue]` of the value, and a callback function. The value will be true or false, and the function can set the value to

published 0.1.4 2 years ago
M
Q
P

useMediaQuery is will return a boolean true of false so you can implement any javascript you need based on the media queries you want.

published 0.1.0 2 years ago
M
Q
P