You can install react-async
from npm:
npm install --save react-async
Or if you're using Yarn:
yarn add react-async
This package requires
react
as a peer dependency. Please make sure to install that as well. If you want to use theuseAsync
hook, you'll need[email protected]
or later.