@skooks/use-fullscreen
React Hook to make any element go Fullscreen
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
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
Promisify a callback-style function
Safer Node.js Buffer API
A React helper hook for scheduling a layout effect with a fallback to a regular effect for environments where layout effects should not be used (such as server-side rendering).
Get a stream as a string, Buffer, ArrayBuffer or array
attorney-debt-collection-letter-sample
A Qa Touch reporter for webdriver.io
A web app that has lots of urls that do various things that help us test client code like renderers
TODO