0.0.4 • Published 1 year ago

@solid-util/solid-hooks v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

solid-create hooks list

This folder contains hooks for solid-js.

Hooks

  • create01: A hook for handle or toggle variable 0 or 1.
  • createBool: A hook for handle or toggle boolean variable. An alias of createToggle.
  • createClipboardOld: A hook for clipboard.js.
  • createCookieSignal: A hook for handling cookies.
  • createDebounce: A hook for utilising debounced function
  • createDocumentTitle: A hook for configuring document.title. It is also called createTitle.
  • createEventListener: A hook for utilising addEventListener and removeEventListener in a more elegant way.
  • createImmer: A hook like useImmer in React. You can use this hook to update object signal.
  • createInterval: A hook for utilising setInterval
  • createMap: A hook for simplifying the way to use Map
  • createSet: A hook for simplifying the way to use Set
  • createTimeoutFn: A hook for utilising setSetTimeout
  • createThrottleFn: A hook for utilising throttled function
0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago