1.1.3 • Published 3 years ago

vipo-react-utils v1.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

vipo-react-utils

useToggle:

useState but for boolean with toggle functions. returns value and toggle. Toggle can pass a bool to force state.

useTimeout:

hook for using setTimeout. Returns reset and clear.

useDebounce

Do an action, but only after a given delay. (Nice for autocompletes or search fields, or validations)

useUpdateEffect

useEffect, but first effect is disabled.

useArray

useState, but for arrays. Returns the array, set, push, filter, update, remove and clear.

1.1.3

3 years ago

1.1.2

3 years ago

1.1.3-2

3 years ago

1.1.2-0

3 years ago

1.1.1-12

3 years ago

1.1.1-10

3 years ago

1.1.1-9

3 years ago

1.1.1-7

3 years ago

1.1.1-4

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago