Showing 1-20 of 486 packages
Better useLocalStorage() and useSessionStorage() hooks
Create hook useLocalStorage for NextJs
Library of React components and hooks: Progress Bar, Buttons, useLocalStorage, Image Gallery
This package provides custom React hooks for managing state in local storage, session storage and cookie storage: useLocalStorage, useSessionStorage and useCookieStorage.
Handle interaction with local and session storage.
A react hooks to use useState with localStorage persist
A library of custom React hooks written in TypeScript. It includes common and useful hooks like useForm, useFetch, useLocalStorage, and others, simplifying and accelerating the development process.
A flexible React Hook for using Local Storage.
A collection of modern, server-safe React hooks – from the ui.dev team
[![npm package][npm-badge]][npm] ![npm-bundle-size] ![Module formats][module-formats] ![npm-download-count]
A collection of React Hooks.
custom localStorage hook to control for deleting and updating. Created from @gragland blog about useLocalStorage but adjusted for my use. https://usehooks.com/useLocalStorage/
Resilient state that persist across browser's sessions 📦
Tools is a package that has some useful client side tools. It makes writing client side code (particularly React boilerplate) easier and simpler. You can see more code examples in [the CodeSandbox](https://codesandbox.io/p/github/ej-shafran/hilma-tools-sa
This library provides the following custom hooks: 1. **useLocalStorage**: A hook for interacting with browser's local storage. 2. **usePagination**: A hook for managing pagination state in React applications. 3. **useDebounce**: A hook for debouncing i
## Setup:
useLocalStorage React custom Hook
A custom hook that simplifies storing, retrieving, and clearing any types of data from the local storage including sync with other tabs
```jsx import useStorage, { useLocalStorage, useCookie, // NOT IMPLEMENTED YET useSessionStorage, // NOT IMPLEMENTED YET useNativeStorage // NOT IMPLEMENTED YET } = 'use-react-storage'
React hooks.