Search results

77 packages found

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

published 1.0.2 4 years ago
M
Q
P

A custom React hook that modifies useEffect hook to skip the effect on mount (first render) and only run when dependency is changed

published 1.0.0 4 years 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

Global store for React using Context and custom hooks.

published 1.0.3 5 years ago
M
Q
P

A React Custom Hooks Collection

published 2.0.0 4 years ago
M
Q
P

Base project for creating react hook modules

published 1.0.3 4 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 collection of hooks that helps you to track the lifecycle of your components in a similar way to class components.

published 1.0.0 5 years ago
M
Q
P

A bank of utility hooks for UI react development

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

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

published 1.0.6 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

React Native database using React Hooks

published 0.4.2 4 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

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

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

useAxiosPost a React custom hook fully tested that returns a tuple of status, a function to make a post request, and axios error response, and the success response.

published 0.1.2 2 years ago
M
Q
P