Component - GET request with async/await
This UI component shows how to fetch data from the internet using a GET request with Swift's async/await. It displays the fetched text on the screen and has a button to start the request.
This UI component shows how to fetch data from the internet using a GET request with Swift's async/await. It displays the fetched text on the screen and has a button to start the request.
VStack ├── Text └── Button