@m4ttheweric/use-loading-state
v0.4.0
Published
### A React Hook for Managing Loading States
Downloads
2,229
Readme
useLoadingState()
A React Hook for Managing Loading States
🙌 Free yourself from the hassle of manually managing loading states in your React components for async tasks.
Installation
npm
npm install @m4ttheweric/use-loading-state
yarn
yarn add @m4ttheweric/use-loading-state
bun
bun add @m4ttheweric/use-loading-state
Usage
See code examples and live demo: https://use-loading-state.netlify.app/
Local Development
To develop your app locally run bun install
and then bun run dev
.