Skip to main content

Async Data

It's common to need to fetch data from an external source such as an API. How you do this is up to you, once the data is fetched you just need to update your data prop.

You can also provide your own loading overlay via the loadingOverlay prop.

View Source