/use-promise

Making Promises in your components a breeze 🌬️

Primary LanguageTypeScriptMozilla Public License 2.0MPL-2.0

usePromise · License: MPL 2.0 npm version

Making Promises in your components a breeze 🌬️

Features

  • Handle the result of your Promises in a structured manner
  • Familiar handling of side effects using useEffect
  • Easy cancellation of fetch requests with AbortSignal
  • TypeScript support out of the box

Installation

Install usePromise using yarn:

yarn add @amsterdam/use-promise

Or npm:

npm install @amsterdam/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.