### A React Hook for Managing Loading States
npm install @m4ttheweric/use-loading-stateš Free yourself from the hassle of manually managing loading states in your React components for async tasks.

#### npm
```
npm install @m4ttheweric/use-loading-state
#### yarn
``
yarn add @m4ttheweric/use-loading-state
#### bun
``
bun add @m4ttheweric/use-loading-state
See code examples and live demo: https://use-loading-state.netlify.app/
To develop your app locally run bun install and then bun run dev`.