0.0.4 • Published 2 years 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 variable0or1.createBool: A hook for handle or togglebooleanvariable. 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 utilisingaddEventListenerandremoveEventListenerin a more elegant way.createImmer: A hook likeuseImmerinReact. You can use this hook to updateobjectsignal.createInterval: A hook for utilisingsetIntervalcreateMap: A hook for simplifying the way to useMapcreateSet: A hook for simplifying the way to useSetcreateTimeoutFn: A hook for utilisingsetSetTimeoutcreateThrottleFn: A hook for utilising throttled function