https://github.com/fueled/reactiveexamples
A simple example project demonstrating usage of reactive frameworks
https://github.com/fueled/reactiveexamples
Last synced: 8 months ago
JSON representation
A simple example project demonstrating usage of reactive frameworks
- Host: GitHub
- URL: https://github.com/fueled/reactiveexamples
- Owner: Fueled
- Created: 2019-09-16T15:53:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T19:18:23.000Z (over 3 years ago)
- Last Synced: 2025-08-21T23:51:29.172Z (10 months ago)
- Language: Swift
- Size: 25.4 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reactive Examples
This repos contains a workspace with 3 examples projects, all using the same basic Sign-In view:
- One that implements the default `UIKit` approach
- One that implements it via ReactiveSwift
- One that implements it via RxSwift
This repos is to be used as an introduction to Functional Reactive Programming, and PRs are welcome if you wish to contribute to more frameworks (such as Combine).