React-Axios
You can also Fetch data using a component library like React-Axios from the Marketplace.
Once you install React-Axios, you can add the 'Get' component to your composition tree. Add your API URL to the URL prop.

Highlighted React-Axios Get component
The Axios component will return a response object available to any children components.

React-Axios Response data
Updated about 2 months ago