We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Lets say I want to dispatch, wait for a response, and do other stuff. Any ideas what is the best practice to do so?
@johnsusek
The text was updated successfully, but these errors were encountered:
Hey - I'm not really sure about this.
I should mention, I haven't been following SwitfUI at all lately and Fluxus is probably way out of date and not using the latest SwiftUI patterns.
You might want to research other flux/state management libraries for SwiftUI for anything except throwaway projects.
I would also encourage you to look at how small Fluxus actually is... it's really just a pattern, nothing magical:
https://github.com/johnsusek/fluxus/blob/master/Sources/Fluxus/Fluxus.swift
Hopefully that's a starting point for you to figure this out.
-John
Sorry, something went wrong.
No branches or pull requests
Lets say I want to dispatch, wait for a response, and do other stuff.
Any ideas what is the best practice to do so?
@johnsusek
The text was updated successfully, but these errors were encountered: