Is there a reason MultiProvider isn't used? #527
Replies: 1 comment
-
No reason! ^^ It probably could be used, but things came to be that way organically, one provider at a time. I won't claim the code is the cleanest. I just try to write things I hope to understand later. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the process of trying to understand this codebase. I noticed in the AvesAppState build method, different Providers are initialized one after the other. Wouldn't it be cleaner to use a MultiProvider instance?
Beta Was this translation helpful? Give feedback.
All reactions