Getting Started
An overview of React ErgoAsync documentation.
React ErgoAsync is a library that helps you manage asynchronous operations in your applications, and enhances React's concurrent APIs.
Try ErgoAsync
You can experiment with ErgoAsync features at one of our playgrounds:
Our rewrite of React's oficial Suspense for data fetching 'Render-as-You-Fetch' example.
ReadablePromise with readAsync: straight to it.
Suspense here: humble but buffer.
useAwait demo: just like useState.
Suspending with useAwait for the sake of... You can.
And you can install it in your project with the react-ergoasync
npm package, running:
npm install react-ergoasync
Requires React 16 or higher.
Last updated