@skooks/use-confirm
React Hook to prompt a confirmation before executing a function
React Hook to prompt a confirmation before executing a function
React Hook to make any element go Fullscreen
React Hook to detect a hover on an any React Element
A package for keep updating the states
React Hook for OpenAI Whisper API with speech recorder and silence removal built-in.
useArray to work with arrays in useState and updating to the DOM.
useAxios, for CREATE, UPDATE, DELETE, and useAxiosGet to read data form a rest API, stores it in the cache.
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.
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
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.
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
> 🔂 change rapidly, do once ----
> 😵 focus on every thing you want ----
> 🗺 easily deal with navigator location API ----
> ⏱ easily handle timing ----
Media query runner
Simple useSound hook that allow you to play audio file by just 1 hook.
Use of other inner package example
You can use this package for easily transform or handle things.