0.0.4 • Published 1 year ago
@solid-util/solid-hooks v0.0.4
solid-create
hooks list
This folder contains hooks
for solid-js
.
Hooks
create01
: A hook for handle or toggle variable0
or1
.createBool
: A hook for handle or toggleboolean
variable. An alias ofcreateToggle
.createClipboardOld
: A hook forclipboard.js
.createCookieSignal
: A hook for handling cookies.createDebounce
: A hook for utilising debounced functioncreateDocumentTitle
: A hook for configuringdocument.title
. It is also calledcreateTitle
.createEventListener
: A hook for utilisingaddEventListener
andremoveEventListener
in a more elegant way.createImmer
: A hook likeuseImmer
inReact
. You can use this hook to updateobject
signal.createInterval
: A hook for utilisingsetInterval
createMap
: A hook for simplifying the way to useMap
createSet
: A hook for simplifying the way to useSet
createTimeoutFn
: A hook for utilisingsetSetTimeout
createThrottleFn
: A hook for utilising throttled function