@jonkoops/use-promise
TypeScript icon, indicating that this package has built-in type declarations

3.2.0 • Public • Published

usePromise · License: MPL 2.0 npm version

Making Promises in your components a breeze 🌬️

Features

  • Handle the result of your Promises easily.
  • Familiar handling of side effects using useEffect.
  • Easy cancellation of fetch requests with AbortSignal.
  • TypeScript support out of the box.

For more information see the Getting Started guide.

Installation

Install usePromise using yarn:

yarn add @jonkoops/use-promise

Or npm:

npm install @jonkoops/use-promise

Guides

Compatibility

This library will work in every environment (Node or browser) that supports AbortController, AbortSignal, Promise.allSettled and async functions. If you need to support an environment that does not have these features make sure to include the appropriate polyfills and transformations.

Package Sidebar

Install

npm i @jonkoops/use-promise

Weekly Downloads

1

Version

3.2.0

License

MPL-2.0

Unpacked Size

28.5 kB

Total Files

8

Last publish

Collaborators

  • jkoops