use-state-object
A React functional component hook to mimic Class component object state management.
A React functional component hook to mimic Class component object state management.
upgrade useState, let the state been initialized only one time
There a lot of similar libraries out there, but they only toggle `boolean` state. This hook allows you to toggle any state, by providing custom `truthy` or `falsy` values.
- <a target="_blank" rel="noopener noreferrer" href='https://codesandbox.io/s/usefetch-in-nextjs-nn9fm'>Example - Next.js</a> - <a target="_blank" rel="noopener noreferrer" href='https://codesandbox.io/embed/km04k9k9x5'>Examples - create-react-app</a>
React hooks to work with Shopify's Storefront API
a lightweight react state management lib based on immer 、 react hook and context
custom react hook and use axios to call api
Wrappers for React's hooks that make them more portable
Global state management for any JS application.
React hooks for Axios built using Typescript. With built-in for cancelation, lazy/eager loading, flexible configuration, and debouncing
Standard eslint config for react native project
A hook for react-router and UI libraries to switch routes on click without overhead.
A React hook abstraction of the Constraint Validation API that supports asynchronous validation and custom error messages.
A React Checkbox component for use in forms
React hook for easy work with query string
Axios in React in the hooks era
A react hook for deal data that generated asynchronously
Reack hook toolkit to trigger useEffect, useLayoutEffect, useCallback and useMemo when a condition on dependencies is met.
react hook useSwipe
A React hook for accessing an async cache that persists data between renders and components. This allows you to do neat stuff like preload data before your next page or component has even started mounting.