Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] - SwiftUI support #12

Open
JakeLin opened this issue Nov 22, 2020 · 0 comments
Open

[Feature request] - SwiftUI support #12

JakeLin opened this issue Nov 22, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@JakeLin
Copy link
Collaborator

JakeLin commented Nov 22, 2020

Is your feature request related to a problem? Please describe.
This app is using the MVVM pattern with reactive data flow which provides good separation of concerns for different layers like networking, repository, data store, view model and view. To prove the architecture is flexible and extendible, let's try to replace the view layer from UIKiet to SwiftUI without changing any other layers.

Describe the solution you'd like
Because the app is suing RxSwift, SwiftUI works better with Combine, we need to find a way to bridge RxSwift to Combine then use Combine along with SwiftUI.

Let's try that out and see whether the current architecture is flexible enough or not 💪

@JakeLin JakeLin added the enhancement New feature or request label Nov 22, 2020
@JakeLin JakeLin self-assigned this Nov 22, 2020
@JakeLin JakeLin mentioned this issue Nov 22, 2020
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant