In this tutorial for beginners, you will learn the basics of using SwiftUI to make API calls using the popular Internet Chuck Norris DataBase (ICNDB) as an example. It will display a joke quickly and easily using Swift and SwiftUI. You’ll see how the cross-platform framework SwiftUI lets us use
Monthly Archives: December 2021
Discord is an instant messaging app that lets you communicate through voice, video, and texts. It is available in a web-based form, a desktop app, and a mobile app. But sometimes, when you’re trying to establish a voice call connection, you’ll get an error that says “RTC Connecting Discord”. This
Let’s face it – state management across multiple components isn’t easy. Sometimes we might set up the state or logic handling properly, but fail to consume the states. Or we might get everything working, but clutter up the codebase in the process, making it hard to read, adapt, and extend. The
