Skip to content

Instantly share code, notes, and snippets.

View glzawalski's full-sized avatar

Gabriel Levis Zawalski glzawalski

View GitHub Profile
@glzawalski
glzawalski / ContentView.swift
Last active December 5, 2023 12:19
Basic ContentView loading data with async/await
//
// ContentView.swift
// FetchAsync
//
// Created by Gabriel Zawalski on 09/11/23.
//
import SwiftUI
struct ContentView: View {