Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 336 Bytes

installation.md

File metadata and controls

16 lines (11 loc) · 336 Bytes

Installation

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 the useAsync hook, you'll need [email protected] or later.