Skip to content

Latest commit

 

History

History
49 lines (41 loc) · 3.97 KB

README.md

File metadata and controls

49 lines (41 loc) · 3.97 KB

SolidJS Composables

Collection of essential SolidJS hooks/composition utilities

📦 Install

npm i -S solidjs-use
# or
yarn add solidjs-use

💣 Functions

Status

  • ✅ = Implemented
  • ⏩ = Coming next
  • ☠️ = Deprecating soon

List

Status Name Description
- Logical -
useAtom utility for using one variable for get/set Accessors
useToggle a boolean switcher with utility functions
- Browser -
useEventListener event listener that unsubscribe on cleanup
useMedia track state of a CSS media query
useMouse track position of mouse/touch on window
usePrefersColor
usePrefersReducedMotion
useUrlSearchParams
useWindowSize track window size (height and width) in pixels
useWindowScroll track window scroll position (left, top)
- Storage -
useCookie
useLocalStorage
useSessionStorage
- Elements -
useElementBounding
useElementEventListener
useElementScroll
useElementSize
useIntersectionObserver
useMutationObserver
- Network -
useNetworkState tracks state of connection