header image with title async/await

Networking in SwiftUI with Async/Await

How to build a networking client in Swift using Async/Await and integrating it easily with SwiftUI!

Gary Tokman
4 min readOct 7, 2021

--

Introduction

Remember two years ago when almost every new project relied on a library for networking else the pyramid of doom would take over? URLSession completion handlers were too clunky, so we…

--

--