An open API service indexing awesome lists of open source software.

https://github.com/vin20777/swiftui-practice

Follow the tutorial and learn basic reactive programming ideas!
https://github.com/vin20777/swiftui-practice

swiftui xcode11

Last synced: about 1 month ago
JSON representation

Follow the tutorial and learn basic reactive programming ideas!

Awesome Lists containing this project

README

          

# SwiftUI Practice

## Platform Requirements
1. MacOS 10.15 or above
2. Xcode 11 or above

## Pros and Cons
1. Write UI in Swift instead of interface builder (IB) which reduced conflicts in source control, but a big difference when construction.
2. Easier to reuse the UI components since it now written in Swift code.
3. Faster preview through the panel without running the simulator.
4. Still only apply for iOS platform, unlike other cross-platform reactive programming languages (Ex. ReactNative, Flutter, etc)

## Learning Source
- [Reactive Programming](https://en.wikipedia.org/wiki/Reactive_programming)
- [Raywenderlich](https://www.raywenderlich.com/3715234-swiftui-getting-started)