nebyark / github-users-swiftui

Playing around with the new declarative SwiftUI and Combine frameworks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github-users-swiftui

A simple SwiftUI/Combine app that outputs a list of GitHub users per search input.

Requires Xcode 11 (beta) to build, and macOS Catalina (beta) to view layout previews.

πŸ“„ Documentation:

πŸ“‹ TODO:

  • publisher chain on an ivar without @Published
  • network request using Combine
  • async image loading in a SwiftUI List
  • debounce search input to avoid rate limiting
  • empty list state
  • user detail modal

About

Playing around with the new declarative SwiftUI and Combine frameworks.

License:MIT License


Languages

Language:Swift 100.0%