Basic and minimalistic components that solves functional problems
use-idle. Detecting when the user becomes inactive (idle) or active
5use-interval. Hook implementation for setInterval()
4use-where. Detects if the javascript is being loaded from a server (SSR) or a web client
2use-storage. Declares “state variables” to store data locally within the user's browser using cookies or localStorage.
0sleep. Non blocking asynchronous sleep
0fullscreen. Component wrapper that sets its children to fullscreen using the fullscreen API
0